fix: correct typo in requirements.txt
Browse files- app/requirements.txt +7 -8
app/requirements.txt
CHANGED
|
@@ -1,12 +1,11 @@
|
|
| 1 |
flask
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
python-gitlab
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
python-dotenv
|
| 8 |
-
resend==0.8.0
|
| 9 |
gunicorn
|
| 10 |
eventlet
|
| 11 |
markdown
|
| 12 |
-
|
|
|
|
| 1 |
flask
|
| 2 |
+
flask-socketio
|
| 3 |
+
flask-login
|
| 4 |
+
python-gitlab
|
| 5 |
+
requests
|
| 6 |
+
pyTelegramBotAPI
|
| 7 |
+
python-dotenv
|
|
|
|
| 8 |
gunicorn
|
| 9 |
eventlet
|
| 10 |
markdown
|
| 11 |
+
resend
|