summaryrefslogtreecommitdiff
path: root/Pipfile
blob: 00e58f55f9fb97ced46172eaae3f5e762e5093db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
"pyasn1" = ">=0.1.3"

[dev-packages]
tox = "*"
mock = ">=2.0.0"
Sphinx = "*"
coveralls = "*"
pytest = "*"
pytest-cov = "*"

[requires]
python_version = "3.6"