mirror of
https://github.com/kennethreitz-archive/terrapyn.git
synced 2026-06-05 15:10:17 +00:00
19 lines
234 B
TOML
19 lines
234 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
"delegator.py" = "*"
|
|
semver = "*"
|
|
|
|
[dev-packages]
|
|
black = "*"
|
|
"flake8" = "*"
|
|
|
|
[requires]
|
|
python_version = "3.7"
|
|
|
|
[pipenv]
|
|
allow_prereleases = true
|