-
Notifications
You must be signed in to change notification settings - Fork 1
/
requirements.txt
82 lines (82 loc) · 3.78 KB
/
requirements.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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
-i https://pypi.org/simple
annotated-types==0.6.0; python_version >= '3.8'
asgiref==3.7.2; python_version >= '3.7'
attrs==23.1.0; python_version >= '3.7'
beautifulsoup4==4.12.2; python_full_version >= '3.6.0'
boto3==1.34.1; python_version >= '3.8'
botocore==1.34.1; python_version >= '3.8'
certifi==2023.11.17; python_version >= '3.6'
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
click==8.1.7; python_version >= '3.7'
click-plugins==1.1.1
cligj==0.7.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2' and python_version < '4'
collatex==2.3
cython==0.29.36; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2'
django==4.2.8; python_version >= '3.8'
django-admin-rangefilter==0.12.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
django-debug-toolbar==4.2.0; python_version >= '3.8'
django-extensions==3.2.3; python_version >= '3.6'
django-filter==23.5; python_version >= '3.7'
django-localflavor==4.0
django-postgres-copy==2.7.3
django-storages==1.14.2; python_version >= '3.7'
djangorestframework==3.14.0; python_version >= '3.6'
djangorestframework-gis==1.0
fiona==1.9.5; python_version >= '3.7'
future==0.18.3; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2'
geopandas==0.14.1; python_version >= '3.9'
gunicorn==21.2.0; python_version >= '3.5'
hdbscan==0.8.33
idna==3.6; python_version >= '3.5'
importlib-metadata==7.0.0; python_version < '3.10'
inflect==7.0.0; python_version >= '3.8'
jmespath==1.0.1; python_version >= '3.7'
joblib==1.3.2; python_version >= '3.7'
levenshtein==0.23.0; python_version >= '3.7'
lxml==4.9.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
markdown==3.5.1; python_version >= '3.8'
markupsafe==2.1.3; python_version >= '3.7'
ndjson==0.3.1
networkx==3.2.1; python_version >= '3.9'
numpy==1.26.2; python_version >= '3.9'
packaging==23.2; python_version >= '3.7'
pandas==2.1.3; python_version >= '3.9'
panoptes-aggregation@ git+https://github.com/zooniverse/aggregation-for-caesar@7009fd4f0a8f8caf39348a6086a570c96fdda4a1
panoptes-client==1.6.1
pillow==10.1.0; python_version >= '3.8'
prettytable==3.9.0; python_version >= '3.8'
progressbar2==4.2.0; python_full_version >= '3.7.0'
psycopg2==2.9.9; python_version >= '3.7'
psycopg2-binary==2.9.9; python_version >= '3.7'
pydantic==2.5.2; python_version >= '3.7'
pydantic-core==2.14.5; python_version >= '3.7'
pyproj==3.6.1; python_version >= '3.9'
pytesseract==0.3.10; python_version >= '3.7'
python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
python-levenshtein==0.23.0; python_version >= '3.7'
python-magic==0.4.27; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
python-slugify==8.0.1; python_version >= '3.7'
python-stdnum==1.19
python-utils==3.8.1; python_version >= '3.9'
pytz==2023.3.post1
pyyaml==6.0.1; python_version >= '3.6'
rapidfuzz==3.5.2; python_version >= '3.8'
redo==2.0.4
requests==2.28.2; python_version >= '3.7' and python_version < '4'
s3transfer==0.9.0; python_version >= '3.8'
scikit-learn==1.3.2; python_version >= '3.8'
scipy==1.11.3; python_version < '3.13' and python_version >= '3.9'
setuptools==69.0.2; python_version >= '3.8'
shapely==2.0.2; python_version >= '3.7'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
soupsieve==2.5; python_version >= '3.8'
sqlalchemy==1.4.50; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
sqlparse==0.4.4; python_version >= '3.5'
text-unidecode==1.3
threadpoolctl==3.2.0; python_version >= '3.8'
typing-extensions==4.9.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'
wcwidth==0.2.12
werkzeug==3.0.1; python_version >= '3.8'
zipp==3.17.0; python_version >= '3.8'