Skip to content

Commit

Permalink
删减依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryJi529 committed Apr 23, 2024
1 parent 9a9ca11 commit 7b724fe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 14 deletions.
10 changes: 4 additions & 6 deletions environment.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,12 @@
"django-crontab": {
"version": "0.7.1",
"homepage": "https://github.com/kraiz/django-crontab",
"locked": false,
"note": "已停止维护, 可正常使用",
"inDev": false
"note": "已停止维护, 可正常使用"
},
"django-debug-toolbar": {
"version": "3.8.1",
"summary": "调试工具"
"summary": "调试工具",
"inDev": true
},
"django-filter": {
"version": "24.2",
Expand Down Expand Up @@ -173,8 +172,7 @@
"summary": "提供腾讯云短信API",
"homepage": "https://github.com/qcloudsms/qcloudsms_py",
"locked": true,
"note": "已停止维护, 需手动适配py3.9(json encoding错误)",
"inDev": false
"note": "已停止维护, 需手动适配py3.9(json encoding错误)"
},
"qrcode": {
"version": "7.4.2"
Expand Down
3 changes: 0 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Markdown==3.6
Pillow==10.2.0
SciencePlots==2.1.1
Whoosh==2.7.4
beautifulsoup4==4.12.3
colorama==0.4.6
coverage==7.4.4
django-compressor==4.4
Expand Down Expand Up @@ -32,7 +31,6 @@ matplotlib==3.8.4
mlxtend==0.23.1
mysql-to-sqlite3==2.1.11
mysqlclient==2.1.1
networkx==3.2.1
numpy==1.26.4
pandas==2.2.2
pip==24.0
Expand All @@ -48,7 +46,6 @@ requests==2.31.0
scikit-learn==1.4.2
scipy==1.13.0
seaborn==0.13.2
sh==2.0.6
simpy==4.1.1
sqlite3-to-mysql==2.1.9
tensorboard==2.16.2
Expand Down
5 changes: 0 additions & 5 deletions requirements-prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@ Django==4.2.11
Markdown==3.6
Pillow==10.2.0
Whoosh==2.7.4
beautifulsoup4==4.12.3
colorama==0.4.6
django-compressor==4.4
django-cors-headers==4.3.1
django-cors-middleware==1.5.0
django-crontab==0.7.1
django-debug-toolbar==3.8.1
django-filter==24.2
django-haystack==3.2.1
django-import-export==3.3.8
Expand All @@ -25,7 +23,6 @@ jieba==0.42.1
mlxtend==0.23.1
mysql-to-sqlite3==2.1.11
mysqlclient==2.1.1
networkx==3.2.1
numpy==1.26.4
pandas==2.2.2
pymdown-extensions==10.8
Expand All @@ -37,11 +34,9 @@ redis==5.0.3
requests==2.31.0
scikit-learn==1.4.2
scipy==1.13.0
sh==2.0.6
simpy==4.1.1
sqlite3-to-mysql==2.1.9
torch==2.2.2
torch-tb-profiler==0.4.3
torchinfo==1.8.0
torchmetrics==1.3.2
torchvision==0.17.2
Expand Down

0 comments on commit 7b724fe

Please sign in to comment.