Skip to content

Commit

Permalink
Add rsa extras_require depending on PyMySQL[rsa] (#733)
Browse files Browse the repository at this point in the history
fixes #557
  • Loading branch information
Nothing4You committed Feb 18, 2022
1 parent ffd346e commit bf8b11e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ To be included in 1.0.0 (unreleased)
* Fixed SQLAlchemy connection context iterator #410
* Fix error packet handling for SSCursor #428
* Required python version is now properly documented in python_requires instead of failing on setup.py execution #731
* Add rsa extras_require depending on PyMySQL[rsa] #557


0.0.22 (2021-11-14)
Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@ install_requires =
[options.extras_require]
sa =
sqlalchemy>=1.0,<1.4
rsa =
PyMySQL[rsa]>=1.0

0 comments on commit bf8b11e

Please sign in to comment.