This commit is contained in:
2018-01-28 04:44:03 -06:00
parent df5ed9c047
commit 95767ae684
14 changed files with 649 additions and 2 deletions

28
Pipfile Normal file
View File

@@ -0,0 +1,28 @@
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
attrdict = "*"
appdirs = "*"
[dev-packages]
"pep8" = "*"
pytest = "*"
"pytest-pep8" = "*"
pytest-pylint = "*"
yapf = "*"
"autopep8" = "*"
"flake8" = "*"
"pytest-flake8" = "*"
[requires]
python_version = "3.6"