Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -4,4 +4,5 @@ slowapi==0.1.4
|
|
4 |
aiohttp==3.8.4
|
5 |
sqlalchemy==1.4.46
|
6 |
pymysql==1.0.3
|
7 |
-
python-dotenv==1.0.0
|
|
|
|
4 |
aiohttp==3.8.4
|
5 |
sqlalchemy==1.4.46
|
6 |
pymysql==1.0.3
|
7 |
+
python-dotenv==1.0.0
|
8 |
+
cryptography==41.0.2
|