Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Dynamic Exposure
Global Dynamic Exposure
losscalculator
Commits
768ad535
Commit
768ad535
authored
Dec 10, 2021
by
Marius Kriegerowski
Browse files
fix missing dependencies
parent
ff6fe607
Pipeline
#36007
failed with stage
in 1 minute and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
768ad535
...
...
@@ -18,6 +18,10 @@ setup(
"pyproj~=3.3"
,
"pygeotile~=1.0"
,
"geopandas~=0.10"
,
"fiona<=1.8.19"
,
"fastapi~=0.70"
,
"requests~=2.26"
,
"uvicorn~=0.15"
],
extras_require
=
{
"tests"
:
tests_require
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment