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-bootstrap
flask_wtf
matplotlib
folium
pytest
beautifulsoup4
# Development tools
black
isort
pyflakes
python-language-server
pyls-black
pyls-isort
pyls-mypy
];
}