atst/Pipfile
2018-06-26 16:34:09 -04:00

23 lines
332 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
tornado = "==5.0.2"
webassets = "==0.12.1"
Unipath = "==1.1"
wtforms-tornado = "*"
pendulum = "*"
[dev-packages]
pytest = "==3.6.0"
pytest-tornado = "==0.5.0"
ipython = "*"
ipdb = "*"
pylint = "*"
black = "*"
[requires]
python_version = "3.6"