We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e98640a commit c2584aaCopy full SHA for c2584aa
.gitignore
@@ -159,4 +159,6 @@ cython_debug/
159
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
160
.idea/
161
reports/
162
-test_results
+test_results
163
+download.py
164
+test.py
download.py
requirements.txt
@@ -1,7 +1,7 @@
1
fastapi==0.88.0
2
pydantic==1.10.4
3
-python-ms-core==0.0.22
+python-ms-core==0.0.23
4
uvicorn==0.20.0
5
html_testRunner==1.2.1
6
geopandas==0.14.4
7
-python-osw-validation==0.2.7
+python-osw-validation==0.2.8
test.py
0 commit comments