jsondict/Pipfile

29 lines
312 B
TOML
Raw Permalink Normal View History

2018-01-28 10:44:03 +00:00
[[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"