Skip to content

Commit 5430c94

Browse files
Merge pull request #49 from DataIntegrationGroup/dev/jab
Dev/jab
2 parents 25a12a9 + d861a77 commit 5430c94

1 file changed

Lines changed: 17 additions & 5 deletions

File tree

setup.py

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,10 @@
1919
with open("README.md", "r", encoding="utf-8") as fh:
2020
long_description = fh.read()
2121

22-
# Read dependencies from requirements.txt
23-
with open("requirements.txt", "r", encoding="utf-8") as req_file:
24-
requirements = req_file.read().splitlines()
2522

2623
setup(
2724
name="nmuwd",
28-
version="0.9.3",
25+
version="0.9.4",
2926
author="Jake Ross",
3027
description="New Mexico Water Data Integration Engine",
3128
long_description=long_description,
@@ -35,7 +32,22 @@
3532
"Programming Language :: Python :: 3",
3633
"Operating System :: OS Independent",
3734
],
38-
install_requires=requirements,
35+
install_requires=[
36+
"flask",
37+
"frost_sta_client",
38+
"Geoalchemy2",
39+
"geopandas",
40+
"google-cloud-storage",
41+
"gunicorn",
42+
"httpx",
43+
"mypy",
44+
"pandas",
45+
"psycopg2",
46+
"pytest",
47+
"pyyaml",
48+
"types-pyyaml",
49+
"urllib3>=2.2.0,<3.0.0",
50+
],
3951
entry_points={
4052
"console_scripts": [
4153
"die = frontend.cli:cli",

0 commit comments

Comments
 (0)