forked from emilymclean/LemmyModBot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
47 lines (47 loc) · 1.61 KB
/
requirements.txt
File metadata and controls
47 lines (47 loc) · 1.61 KB
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
-i https://pypi.org/simple
aiostream==0.5.2
alembic==1.12.1
annotated-types==0.6.0 ; python_version >= '3.8'
certifi==2023.11.17 ; python_version >= '3.6'
charset-normalizer==3.3.2 ; python_full_version >= '3.7.0'
filelock==3.13.1 ; python_version >= '3.8'
fsspec==2023.10.0 ; python_version >= '3.8'
idna==3.4 ; python_version >= '3.5'
imagehash==4.3.1
jdatetime==4.1.1 ; python_version >= '3.7'
jinja2==3.1.2 ; python_version >= '3.7'
joblib==1.3.2 ; python_version >= '3.7'
libmagic==1.0
loguru==0.7.2
mako==1.3.0 ; python_version >= '3.8'
markupsafe==2.1.3 ; python_version >= '3.7'
matrix-client==0.4.0
mpmath==1.3.0
mypy-extensions==1.0.0
networkx==3.2.1 ; python_version >= '3.9'
numpy==1.26.2
pandas==2.1.3
pillow==10.1.0 ; python_version >= '3.8'
plemmy==0.3.11
pydantic==2.5.1
pydantic-core==2.14.3 ; python_version >= '3.7'
pykson==0.9.9.8.17
python-dateutil==2.8.2 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
python-magic==0.4.27
pytz==2023.3.post1
pywavelets==1.5.0 ; python_version >= '3.9'
requests==2.31.0
scikit-learn==1.3.2
scipy==1.11.3 ; python_version < '3.13' and python_version >= '3.9'
six==1.16.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
sqlalchemy==2.0.23
sympy==1.12 ; python_version >= '3.8'
threadpoolctl==3.2.0 ; python_version >= '3.8'
torch==2.1.1
torchdata==0.7.1 ; python_version >= '3.8'
torchtext==0.16.1
tqdm==4.66.1 ; python_version >= '3.7'
typing-extensions==4.8.0 ; python_version >= '3.8'
tzdata==2023.3 ; python_version >= '2'
urllib3==1.26.18 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
wheel==0.41.3