Skip to content

Commit

Permalink
Bump requirements versions
Browse files Browse the repository at this point in the history
Keep old sqlalchemy, until we deal with warning on fresh version.
Twisted isn't necessary anymore, since we gonna switch to ubwa
  • Loading branch information
idkravitz authored and edeng23 committed Jun 8, 2021
1 parent db8544b commit 87404fe
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
13 changes: 7 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,16 @@ repos:
additional_dependencies:
- Flask==1.1.2
- apprise==0.9.1
- cachetools==4.2.1
- cachetools==4.2.2
- eventlet==0.30.2
- flask-cors==3.0.10
- flask-socketio==5.0.1
- gunicorn==20.0.4
- gunicorn==20.1.0
- pylint-sqlalchemy
- python-binance==0.7.10
- python-socketio[client]==5.0.4
- schedule==1.0.0
- python-binance==0.7.11
- python-socketio[client]==5.2.1
- schedule==1.1.0
- sqlalchemy==1.3.23
- sqlitedict==1.7.0
- twisted==21.2.0
- unicorn-binance-websocket-api==1.30.0
- unicorn-fy==0.11.0
13 changes: 7 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
python-binance==0.7.10
python-binance==0.7.11
sqlalchemy==1.3.23
schedule==1.0.0
schedule==1.1.0
apprise==0.9.1
Flask==1.1.2
gunicorn==20.0.4
gunicorn==20.1.0
flask-cors==3.0.10
flask-socketio==5.0.1
eventlet==0.30.2
python-socketio[client]==5.0.4
cachetools==4.2.1
python-socketio[client]==5.2.1
cachetools==4.2.2
sqlitedict==1.7.0
twisted==21.2.0
unicorn-binance-websocket-api==1.30.0
unicorn-fy==0.11.0

0 comments on commit 87404fe

Please sign in to comment.