westinyang 4 lat temu
rodzic
commit
7fa47d35f8
2 zmienionych plików z 5 dodań i 2 usunięć
  1. 4 1
      requirements.txt
  2. 1 1
      templates/index.html

+ 4 - 1
requirements.txt

@@ -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

+ 1 - 1
templates/index.html

@@ -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 }