-
Notifications
You must be signed in to change notification settings - Fork 15
/
Pipfile
58 lines (55 loc) · 1.08 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
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
boto3 = "~=1.24"
cachetools = "~=5.2"
decorator = "~=5.1"
esrijson = "~=0.4"
gatilegrid = "~=0.2"
geojson = "~=3.0"
lark_parser = "~=0.12.0"
networkx = "~=2.8"
papyrus = "==2.5"
SQLAlchemy = "~=1.4.48"
Pillow = "~=9.2"
polib = "~=1.1"
psycopg2-binary = "~=2.9"
pyproj = "==3.6.1"
pyramid = "~=2.0"
pyramid-mako = "~=1.1"
pyramid-tm = "~=2.5"
pyramid-debugtoolbar = "~=4.9"
python-dateutil = "~=2.8"
pytz = "~=2022.4"
PyYAML = "~=6.0"
regex = "~=2022.9.13"
requests = "~=2.28"
Shapely = "~=2.0"
numpy = "==2.0.2"
simplejson = "~=3.17"
unidecode = "~=1.3"
logging-utilities = "~=3.1.1"
pyramid-exclog = "~=1.1"
GeoAlchemy2 = "==0.13.3"
[dev-packages]
waitress = "~=3.0"
PyRSS2Gen = "~=1.1"
flake8 = "*"
pep8 = "*"
pyflakes = "*"
pycodestyle = "*"
autopep8 = "*"
Babel = "~=2.10"
beautifulsoup4 = "~=4.11"
WebTest = "~=3.0"
unittest-xml-reporting = "~=3.2"
Sphinx = "~=5.2"
sphinx-rtd-theme = "~=1.0"
nose2 = "*"
coverage = "~=4.5"
numpy = "==2.0.2"
requests-mock = "~=1.12.1"
[requires]
python_version = "3.9"