mirror of
https://github.com/elyby/docs.git
synced 2025-01-11 06:12:25 +05:30
15 lines
218 B
TOML
15 lines
218 B
TOML
|
[[source]]
|
||
|
url = "https://pypi.org/simple"
|
||
|
verify_ssl = true
|
||
|
name = "pypi"
|
||
|
|
||
|
[packages]
|
||
|
sphinx-rtd-theme = "~=0.4.3"
|
||
|
sphinx-autobuild = "~=0.7.1"
|
||
|
Sphinx = "<4.0,>=3.0"
|
||
|
|
||
|
[dev-packages]
|
||
|
|
||
|
[requires]
|
||
|
python_version = "3.9"
|