Edoruin commited on
Commit
a50bf9c
·
1 Parent(s): 04950eb

fix: correct typo in requirements.txt

Browse files
Files changed (1) hide show
  1. app/requirements.txt +7 -8
app/requirements.txt CHANGED
@@ -1,12 +1,11 @@
1
  flask
2
- fFlask-SocketIO==5.3.4
3
- eventlet==0.33.3
4
- python-gitlab==3.15.0
5
- pyTelegramBotAPI==4.12.0
6
- markdown==3.4.4
7
- python-dotenv==1.0.0
8
- resend==0.8.0
9
  gunicorn
10
  eventlet
11
  markdown
12
- flask-login
 
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