Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi==0.104.1
|
| 2 |
+
uvicorn==0.24.0
|
| 3 |
+
httpx==0.25.0
|
| 4 |
+
python-multipart==0.0.6
|
| 5 |
+
google-auth==2.23.4
|
| 6 |
+
google-api-python-client==2.108.0
|
| 7 |
+
pydantic==2.5.0
|
| 8 |
+
qrcode[pil]==7.4.2
|
| 9 |
+
pillow==10.1.0
|