Move dev package installation to pipenv dev packages
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user