ungleich-cli/Pipfile

16 lines
258 B
TOML
Raw Permalink Normal View History

2019-06-08 17:10:08 +00:00
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
pep8 = "*"
2019-06-08 17:10:08 +00:00
[packages]
2019-06-12 10:29:38 +00:00
pyotp = "*"
requests = "*"
apixu-python = {git = "https://github.com/apixu/apixu-python.git",ref = "master"}
2019-06-08 17:10:08 +00:00
[requires]
python_version = "3.7"