Skip to content

Commit 7dc6ffa

Browse files
Merge pull request #63 from DataIntegrationGroup/dev/jab
fix: require click to be 8.2.1
2 parents 94dc135 + 50f0f57 commit 7dc6ffa

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
click==8.2.1
12
flask
23
frost_sta_client
34
Geoalchemy2

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
setup(
2424
name="nmuwd",
25-
version="0.9.8",
25+
version="0.9.9",
2626
author="Jake Ross",
2727
description="New Mexico Water Data Integration Engine",
2828
long_description=long_description,
@@ -33,6 +33,7 @@
3333
"Operating System :: OS Independent",
3434
],
3535
install_requires=[
36+
"click==8.2.1",
3637
"flask",
3738
"frost_sta_client",
3839
"Geoalchemy2",

0 commit comments

Comments
 (0)