29 lines
312 B
TOML
29 lines
312 B
TOML
[[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"
|