fixed requirement error
Browse files- requirements.txt +1 -4
requirements.txt
CHANGED
@@ -1,6 +1,3 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
psycopg2-binary==2.9.5
|
5 |
SQLAlchemy==1.4.46
|
6 |
asyncpg==0.27.0
|
@@ -15,5 +12,5 @@ gunicorn
|
|
15 |
requests
|
16 |
celery
|
17 |
telethon
|
18 |
-
python-multipart
|
19 |
git+https://github.com/redis/redis-py.git
|
|
|
|
|
|
|
|
|
|
1 |
psycopg2-binary==2.9.5
|
2 |
SQLAlchemy==1.4.46
|
3 |
asyncpg==0.27.0
|
|
|
12 |
requests
|
13 |
celery
|
14 |
telethon
|
|
|
15 |
git+https://github.com/redis/redis-py.git
|
16 |
+
asgiref
|