mirror of
https://github.com/sartography/protocol-builder-mock.git
synced 2025-02-04 11:55:16 +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.7"
|