-
Notifications
You must be signed in to change notification settings - Fork 7
/
Pipfile
71 lines (68 loc) · 1.42 KB
/
Pipfile
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
atomicwrites = ">=1.2.1"
attrs = ">=18.2.0"
certifi = ">=2019.6.16"
chardet = ">=3.0.4"
coverage = ">=4.5.3"
coveralls = ">=1.8.1"
django-debug-toolbar = ">=2.2.1"
django-extensions = ">=3.1.5"
django-redis-cache = ">=2.0.0"
django-reversion = ">=3.0.4"
django-user-agents = ">=0.4.0"
django-rq = ">=2.3"
django = ">=4.0.0"
docopt = ">=0.6.2"
feedparser = ">=5.2.1"
geojson = ">=1.3.5"
gunicorn = ">=20.1.0"
idna = ">=2.8"
isodate = ">=0.6.0"
jsonfield = ">=2.0.2"
apache-libcloud = ">=3.4.1"
lxml = ">=4.6.3"
more-itertools = ">=4.3.0"
numpy = ">=1.16.4"
openpyxl = ">=3.0.10"
pandas = ">=1.3.4"
pathlib2 = ">=2.3.2"
pillow = ">=8.2.0"
pluggy = ">=0.8.0"
psycopg2 = ">=2.7.5"
py = ">=1.10.0"
pymemcache = ">=4.0.0"
pyparsing = ">=2.1.1"
pyproj = ">=2.2.1"
pysolr = ">=3.9.0"
pytest-django = ">=3.4.3"
pytest = ">=3.9.3"
python-dateutil = ">=2.5.3"
python-memcached = ">=1.59"
pytz = ">=2016.4"
pyyaml = ">=5.4"
rdflib-jsonld = ">=0.4.0"
rdflib = ">=4.2.1"
redis = ">=3.2.1"
requests = ">=2.22.0"
roman = ">=2.0.0"
scipy = ">=1.3.0"
scikit-learn = ">=0.24.1"
shapely = ">=1.5.15"
six = ">=1.10.0"
sqlparse = ">=0.4.4"
titlecase = ">=0.9.0"
ua-parser = ">=0.8.0"
unidecode = ">=0.4.19"
urllib3 = ">=1.26.5"
user-agents = ">=2.0"
internetarchive = ">=3.6.0"
nltk = ">=3.4.5"
rawpy = ">=0.18.1"
tiktoken = ">=0.5.1"
[dev-packages]
[requires]
python_version = "3.11"