Skip to content

Commit

Permalink
Merge pull request #78 from wri/develop
Browse files Browse the repository at this point in the history
Merge version pins up to production
  • Loading branch information
dmannarino authored Sep 5, 2023
2 parents 7274f68 + 6c67284 commit 41128fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
author="Justin Terry/Thomas Maschler",
license="MIT",
install_requires=[
"aws-xray-sdk",
"requests",
"aws-xray-sdk~=2.8.0",
"requests~=2.25.1",
"geobuf==1.1.1",
"protobuf==3.20.0",
"pydantic",
"moz_sql_parser",
"pydantic~=1.7.3",
"moz_sql_parser~=4.40.21126",
],
)

0 comments on commit 41128fd

Please sign in to comment.