Skip to content

Commit

Permalink
version 0.4
Browse files Browse the repository at this point in the history
1. add files into .gitignore
2. update the python version to python3, flask2.x
3. delete some unuseful files
  • Loading branch information
no13bus committed Jun 10, 2022
1 parent 76cb941 commit 6ebd162
Show file tree
Hide file tree
Showing 7 changed files with 152 additions and 217 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ __pycache__/
# C extensions
*.so

dump.rdb

.vscode/

# Distribution / packaging
.Python
env/
Expand Down
Binary file removed doge.ico
Binary file not shown.
1 change: 0 additions & 1 deletion dump.rdb

This file was deleted.

4 changes: 0 additions & 4 deletions pip.conf

This file was deleted.

Binary file removed redispapa.db
Binary file not shown.
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
redis>=2.10.3
Flask==1.0
Flask-SocketIO==4.3.1
gevent==1.0.1
Flask==2.1.2
Flask-SocketIO==5.2.0
gevent==21.12.0
gevent-socketio==0.3.6
gevent-websocket==0.9.3
gevent-websocket==0.10.1
redis==4.3.3
350 changes: 143 additions & 207 deletions run.py

Large diffs are not rendered by default.

0 comments on commit 6ebd162

Please sign in to comment.