This commit is contained in:
Dave G
2018-05-09 22:11:05 -04:00
parent aa32a3ddd2
commit 6345fa4142
7 changed files with 726 additions and 0 deletions

12
Pipfile Normal file
View File

@@ -0,0 +1,12 @@
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
[dev-packages]
pytest = "*"
pylint = "*"
"autopep8" = "*"
rope = "*"