Skip to content

Commit

Permalink
add suggested python packages version that may cause error
Browse files Browse the repository at this point in the history
  • Loading branch information
wonderfulsuccess committed Dec 12, 2018
1 parent 19b2b15 commit 74d8e15
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion project/configs/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
Mongodb 数据库运行参数
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
MONGODB_NAME = 'WeixinData4'
MONGODB_NAME = 'WeixinData_test'
MONGODB_HOST = 'localhost'
MONGODB_PORT = 27017

Expand Down
12 changes: 6 additions & 6 deletions project/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
scrapy
Scrapy==1.5.1
twisted
pywin32
flask
flask_socketio
gevent
pymongo
redis
Flask==1.0.2
Flask-SocketIO==3.0.2
gevent==1.3.7
pymongo==3.7.2
redis==2.10.6
elasticsearch
Pillow
numpy
Expand Down

0 comments on commit 74d8e15

Please sign in to comment.