Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -13,3 +13,6 @@ python-dotenv>=1.0.0
|
|
13 |
numpy>=1.21.0
|
14 |
tqdm>=4.65.0
|
15 |
accelerate>=0.26.0
|
|
|
|
|
|
|
|
13 |
numpy>=1.21.0
|
14 |
tqdm>=4.65.0
|
15 |
accelerate>=0.26.0
|
16 |
+
dynaconf==3.1.11
|
17 |
+
structlog==23.3.0
|
18 |
+
reportlab==3.6.14
|