-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPipfile
37 lines (34 loc) · 795 Bytes
/
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
pandas = "*"
numpy = "*"
plotly = "*"
matplotlib = "*"
ipykernel = "*"
mysql-connector-python = "*"
gdal = {path = "./wheels/GDAL-3.4.2-cp39-cp39-win_amd64.whl"}
fiona = {path = "./wheels/Fiona-1.8.21-cp39-cp39-win_amd64.whl"}
pyproj = {path = "./wheels/pyproj-3.3.0-cp39-cp39-win_amd64.whl"}
rtree = {path = "./wheels/Rtree-0.9.7-cp39-cp39-win_amd64.whl"}
shapely = {path = "./wheels/Shapely-1.8.1.post1-cp39-cp39-win_amd64.whl"}
geopandas = "*"
folium = "*"
dash = "*"
psycopg2 = "*"
dash-extensions = "*"
nbformat = "*"
flask = "*"
iso3166 = "*"
dash-daq = "*"
pycountry = "*"
diskcache = "*"
multiprocess = "*"
psutil = "*"
kaleido = "*"
[requires]
python_version = "3.9"
[dev-packages]
autopep8 = "*"