Skip to content

Commit

Permalink
setup: use encrypted extras of SQLAlchemy-Utils
Browse files Browse the repository at this point in the history
Use the `encrypted` extra variant of `SQLAlchemy-Utils` instead of
specifying `cryptography` in `setup.py`.

Closes reanahub/reana-server#614
  • Loading branch information
mdonadoni committed Aug 18, 2023
1 parent 50b73e2 commit c758c83
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@
"alembic>=1.4.2",
"psycopg2-binary>=2.6.1",
"SQLAlchemy>=1.2.7,<1.4.0",
"sqlalchemy-utils>=0.35.0",
"cryptography>=2.9.2", # Required by sqlalchemy_utils.EncryptedType
"SQLAlchemy-Utils[encrypted]>=0.36.8",
"reana-commons>=0.9.1,<0.10.0",
]

Expand Down

0 comments on commit c758c83

Please sign in to comment.