ungleich-cli/Pipfile

16 lines
258 B
Text
Raw Permalink Normal View History

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