We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 94dc135 + 50f0f57 commit 7dc6ffaCopy full SHA for 7dc6ffa
requirements.txt
@@ -1,3 +1,4 @@
1
+click==8.2.1
2
flask
3
frost_sta_client
4
Geoalchemy2
setup.py
@@ -22,7 +22,7 @@
22
23
setup(
24
name="nmuwd",
25
- version="0.9.8",
+ version="0.9.9",
26
author="Jake Ross",
27
description="New Mexico Water Data Integration Engine",
28
long_description=long_description,
@@ -33,6 +33,7 @@
33
"Operating System :: OS Independent",
34
],
35
install_requires=[
36
+ "click==8.2.1",
37
"flask",
38
"frost_sta_client",
39
"Geoalchemy2",
0 commit comments