Skip to content

Commit 72b2ee4

Browse files
authored
new release (#1107)
1 parent ee2a16d commit 72b2ee4

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

setup.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,11 @@ def main():
6363
"smtp": ["validate-email"],
6464
"targetsmart": ["xmltodict"],
6565
"twilio": ["twilio"],
66-
"ssh": ["sshtunnel", "psycopg2-binary>=2.9.9", "sqlalchemy >= 1.4.22, != 1.4.33, < 2.0.0"]
66+
"ssh": [
67+
"sshtunnel",
68+
"psycopg2-binary>=2.9.9",
69+
"sqlalchemy >= 1.4.22, != 1.4.33, < 2.0.0",
70+
],
6771
}
6872
extras_require["all"] = sorted({lib for libs in extras_require.values() for lib in libs})
6973
else:
@@ -78,7 +82,7 @@ def main():
7882

7983
setup(
8084
name="parsons",
81-
version="3.1.0",
85+
version="3.2.0",
8286
author="The Movement Cooperative",
8387
author_email="info@movementcooperative.org",
8488
url="https://github.com/move-coop/parsons",

0 commit comments

Comments
 (0)