This commit is contained in:
ge
2023-04-13 23:56:23 +03:00
commit cb0e71136c
9 changed files with 510 additions and 0 deletions

14
Pipfile Normal file
View File

@ -0,0 +1,14 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
sphinx = "*"
sphinx-click = "*"
twc-cli = "*"
[dev-packages]
[requires]
python_version = "3.10"