@@ -1,3 +1,6 @@
-pydantic==1.7.3
fastapi==0.63.0
+uvicorn==0.13.3
+pydantic==1.7.3
pycryptodome==3.9.9
+aiofiles==0.6.0
+python-multipart==0.0.5
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<link rel="shortcut icon" href="/static/favicon.png">
- <title>FastAPI</title>
+ <title>API Library</title>
<style>
body { text-align: center }
h2 { font-weight: normal }