initial
This commit is contained in:
28
Pipfile
Normal file
28
Pipfile
Normal 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"
|
||||
Reference in New Issue
Block a user