TeamspeakStats/Pipfile
Thor77 e92f5ea5ff Lock pendulum to version 1.5.1
because there are breaking changes in 2.0.0
2018-05-19 17:43:33 +02:00

12 lines
184 B
TOML

[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
"Jinja2" = "*"
pendulum = "==1.5.1"
[dev-packages]
"pytest" = "*"
"beautifulsoup4" = "*"