Skip to content

Commit

Permalink
移除固定的版本依赖,兼容更多版本
Browse files Browse the repository at this point in the history
  • Loading branch information
mouday committed Aug 17, 2023
1 parent c4afc83 commit f1c253d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ dist/
config.yml
logs/
.python-version

venv/
36 changes: 18 additions & 18 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
APScheduler==3.9.1.post1
environs==9.5.0
Flask==2.2.2
Flask-Cors==3.0.10
ip-area==0.0.1
peewee==3.15.4
psutil==5.9.4
PyJWT==2.6.0
python-dotenv==0.21.0
PyYAML==6.0
requests==2.28.1
scrapyd-api==0.0.1
session-request==0.0.4
SQLAlchemy==1.4.44
ua-parser==0.16.1
user-agents==2.2.0
Werkzeug==2.2.2
gunicorn==20.1.0
APScheduler
environs
Flask
Flask-Cors
ip-area
peewee
psutil
PyJWT
python-dotenv
PyYAML
requests
scrapyd-api
session-request
SQLAlchemy
ua-parser
user-agents
Werkzeug
gunicorn
2 changes: 1 addition & 1 deletion spider_admin_pro/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# @Date : 2019-06-27
# @Author : Peng Shiyu

VERSION = '2.0.5'
VERSION = '2.0.6'

0 comments on commit f1c253d

Please sign in to comment.