Move dev package installation to pipenv dev packages

This commit is contained in:
Roberto Abdelkader Martínez Pérez
2019-09-05 07:24:20 +02:00
parent 33ab845050
commit 07b6ce9b01
3 changed files with 143 additions and 7 deletions
+1 -1
View File
@@ -5,12 +5,12 @@ verify_ssl = true
[dev-packages]
pylint = "*"
kapow = {path = ".",editable = true}
[packages]
aiohttp = "*"
requests = "*"
click = "*"
kapow = {path = ".",editable = true}
[requires]
python_version = "3.7"