You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
424 B
21 lines
424 B
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
"pyasn1" = ">=0.1.3"
|
|
|
|
[dev-packages]
|
|
coveralls = "~=1.8, >=1.8"
|
|
"Sphinx" = "~=2.1, >=2.1"
|
|
"pathlib2" = {version = "~=2.3, >=2.3.4",markers = "python_version < '3.6'"}
|
|
"pytest" = "~=5.0, >=5.0"
|
|
"pytest-cov" = "~=2.7, >=2.7"
|
|
"tox" = "~=3.13, >=3.13"
|
|
"mypy" = "~=0.720, >=0.720"
|
|
"flake8" = "~=3.7, >=3.7"
|
|
|
|
[requires]
|
|
python_version = "3.7"
|