Skip to content

Commit

Permalink
new release (#1107)
Browse files Browse the repository at this point in the history
  • Loading branch information
sharinetmc authored Jul 22, 2024
1 parent ee2a16d commit 72b2ee4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,11 @@ def main():
"smtp": ["validate-email"],
"targetsmart": ["xmltodict"],
"twilio": ["twilio"],
"ssh": ["sshtunnel", "psycopg2-binary>=2.9.9", "sqlalchemy >= 1.4.22, != 1.4.33, < 2.0.0"]
"ssh": [
"sshtunnel",
"psycopg2-binary>=2.9.9",
"sqlalchemy >= 1.4.22, != 1.4.33, < 2.0.0",
],
}
extras_require["all"] = sorted({lib for libs in extras_require.values() for lib in libs})
else:
Expand All @@ -78,7 +82,7 @@ def main():

setup(
name="parsons",
version="3.1.0",
version="3.2.0",
author="The Movement Cooperative",
author_email="[email protected]",
url="https://github.com/move-coop/parsons",
Expand Down

0 comments on commit 72b2ee4

Please sign in to comment.