mirror of
https://github.com/elyby/docs.git
synced 2024-12-23 13:39:58 +05:30
bc43bce964
Replace pip with pipenv
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"
|