File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919with 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
2623setup (
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 ,
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" ,
You can’t perform that action at this time.
0 commit comments