mirror of
https://github.com/sartography/protocol-builder-mock.git
synced 2025-01-12 16:54:25 +00:00
15 lines
215 B
TOML
15 lines
215 B
TOML
|
[[source]]
|
||
|
name = "pypi"
|
||
|
url = "https://pypi.org/simple"
|
||
|
verify_ssl = true
|
||
|
|
||
|
[dev-packages]
|
||
|
|
||
|
[packages]
|
||
|
flask = "*"
|
||
|
connexion = {extras = ["swagger-ui"],version = "*"}
|
||
|
gevent = "*"
|
||
|
|
||
|
[requires]
|
||
|
python_version = "3.6"
|