-
Notifications
You must be signed in to change notification settings - Fork 2
/
requirements.readthedocs.txt
26 lines (26 loc) · 1.17 KB
/
requirements.readthedocs.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#
# Don't update this directly. To update these requirements from Pipfile,
# run ./update-rtd-requirements from the root of the checkout.
#
-i https://pypi.org/simple
alembic==1.13.1; python_version >= '3.8'
annotated-types==0.7.0; python_version >= '3.8'
async-timeout==4.0.3; python_full_version < '3.11.3'
certifi==2024.6.2; python_version >= '3.6'
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
idna==3.7; python_version >= '3.5'
mako==1.3.5; python_version >= '3.8'
markupsafe==2.1.5; python_version >= '3.7'
psycopg2==2.9.9; python_version >= '3.7'
pycairo==1.26.0; python_version >= '3.8'
pydantic==2.7.3; python_version >= '3.8'
pydantic-core==2.18.4; python_version >= '3.8'
pygobject==3.48.2; python_version >= '3.8' and python_version < '4'
redis==5.0.4; python_version >= '3.7'
requests==2.32.3; python_version >= '3.8'
sqlalchemy==1.3.24; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
toml==0.10.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
typing-extensions==4.12.1; python_version >= '3.8'
urllib3==2.2.1; python_version >= '3.8'
sphinx==7.3.7; python_version >= '3.9'
sphinx-rtd-theme==2.0.0; python_version >= '3.6'