added requirements.txt for docs

This commit is contained in:
2021-11-01 13:53:51 +00:00
parent ed97f84b13
commit 8057b07653
2 changed files with 52 additions and 0 deletions

9
.readthedocs.yaml Normal file
View File

@@ -0,0 +1,9 @@
# File: .readthedocs.yaml
version: 2
# Explicitly set the version of Python and its requirements
python:
version: 3.10
install:
- requirements: docs/requirements.txt

43
docs/requirements.txt Normal file
View File

@@ -0,0 +1,43 @@
asgiref==3.4.1; python_version >= "3.6"
autopep8==1.5.7; python_version >= "3.5"
beautifulsoup4==4.10.0; python_full_version > "3.0.0" and python_version >= "3.6"
certifi==2021.5.30; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0"
charset-normalizer==2.0.4; python_full_version >= "3.6.0" and python_version >= "3"
colorama==0.4.4; python_version >= "3.5" and python_full_version < "3.0.0" and sys_platform == "win32" or sys_platform == "win32" and python_version >= "3.5" and python_full_version >= "3.5.0"
coverage==5.5; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0" and python_version < "4")
dj-database-url==0.5.0
django-appconf==1.0.4
django-boost==1.7.2
django-bootstrap4==3.0.1; python_version >= "3.6"
django-csp==3.7
django-extensions==3.1.3; python_version >= "3.6"
django-imagekit==4.0.2
django-node-assets==0.9.9
django-recaptcha2==1.4.1
django-silk==4.1.0; python_version >= "3.5"
django-sri==0.3.0; python_version >= "3.6"
django==3.2.7; python_version >= "3.6"
gprof2dot==2021.2.21; python_version >= "3.5"
gunicorn==20.1.0; python_version >= "3.5"
idna==3.2; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.5"
jinja2==3.0.1; python_version >= "3.6"
loguru==0.5.3; python_version >= "3.5"
markupsafe==2.0.1; python_version >= "3.6"
pilkit==2.0
pillow==8.3.2; python_version >= "3.6"
pycodestyle==2.7.0; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.5"
pygments==2.10.0; python_version >= "3.5"
pymupdf==1.18.17
python-dateutil==2.8.2; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.5"
python-dotenv==0.15.0
pytz==2021.1; python_version >= "3.6"
rarfile==4.0
requests==2.26.0; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.5"
six==1.16.0; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.5"
soupsieve==2.2.1; python_full_version > "3.0.0" and python_version >= "3.6"
sqlparse==0.4.2; python_version >= "3.6"
toml==0.10.2; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.5"
ua-parser==0.10.0
urllib3==1.26.6; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version < "4"
user-agents==2.2.0
win32-setctime==1.0.3; sys_platform == "win32" and python_version >= "3.5"