You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
487 B
Plaintext
25 lines
487 B
Plaintext
6 years ago
|
[[source]]
|
||
|
name = "pypi"
|
||
|
url = "https://pypi.org/simple"
|
||
|
verify_ssl = true
|
||
|
|
||
|
[dev-packages]
|
||
|
|
||
|
[packages]
|
||
|
numpy = "*"
|
||
|
scipy = "*"
|
||
|
pandas = "*"
|
||
|
matplotlib = "*"
|
||
|
click = "*"
|
||
|
mat4py = "*"
|
||
|
black = "*"
|
||
|
shapely = "*"
|
||
|
fiona = {file = "https://download.lfd.uci.edu/pythonlibs/h2ufg7oq/Fiona-1.7.13-cp37-cp37m-win_amd64.whl"}
|
||
|
gdal = {file = "https://download.lfd.uci.edu/pythonlibs/h2ufg7oq/GDAL-2.3.2-cp37-cp37m-win_amd64.whl"}
|
||
|
|
||
|
[requires]
|
||
|
python_version = "3.7"
|
||
|
|
||
|
[pipenv]
|
||
|
allow_prereleases = true
|