mirror of
https://gitlab.com/fabinfra/fabaccess/pyfabapi.git
synced 2025-03-12 14:51:42 +01:00
19 lines
243 B
TOML
19 lines
243 B
TOML
|
[[source]]
|
||
|
url = "https://pypi.org/simple"
|
||
|
verify_ssl = true
|
||
|
name = "pypi"
|
||
|
|
||
|
[packages]
|
||
|
pkgconfig = "*"
|
||
|
pytest = "*"
|
||
|
sphinx-multiversion = "*"
|
||
|
tox = "*"
|
||
|
Jinja2 = "*"
|
||
|
Cython = "*"
|
||
|
Sphinx = "*"
|
||
|
|
||
|
[dev-packages]
|
||
|
|
||
|
[requires]
|
||
|
python_version = "3.10"
|