Clean up dev tools and unused dependencies

This commit is contained in:
coolneng 2020-06-15 02:15:11 +02:00
parent 44785255b0
commit 5c32ad611b
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 0 additions and 9 deletions

View File

@ -10,17 +10,8 @@ pkgs.mkShell {
flask flask
flask-bootstrap flask-bootstrap
flask_wtf flask_wtf
matplotlib
folium folium
pytest pytest
beautifulsoup4 beautifulsoup4
# Development tools
black
isort
pyflakes
python-language-server
pyls-black
pyls-isort
pyls-mypy
]; ];
} }