-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathPipfile
56 lines (53 loc) · 1.01 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
[[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 = "~=2.5"
lark_parser = "~=0.7.8"
networkx = "~=2.8"
papyrus = "~=2.4"
SQLAlchemy = "~=1.4"
Pillow = "~=9.2"
polib = "~=1.1"
psycopg2-binary = "~=2.9"
pyproj = "~=3.4"
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 = "~=1.8"
simplejson = "~=3.17"
unidecode = "~=1.3"
Akhet = "~=2.0"
logging-utilities = "~=3.1.1"
pyramid-exclog = "~=1.1"
[dev-packages]
waitress = "~=2.1"
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 = "*"
[requires]
python_version = "3.9"