Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
|
@@ -8,4 +8,6 @@ passlib[bcrypt]
|
|
| 8 |
python-multipart
|
| 9 |
openai
|
| 10 |
sqlalchemy
|
| 11 |
-
psycopg2-binary
|
|
|
|
|
|
|
|
|
| 8 |
python-multipart
|
| 9 |
openai
|
| 10 |
sqlalchemy
|
| 11 |
+
psycopg2-binary
|
| 12 |
+
aiosmtplib
|
| 13 |
+
uvloop
|