Skip to content

Commit bf8b11e

Browse files
authored
Add rsa extras_require depending on PyMySQL[rsa] (#733)
fixes #557
1 parent ffd346e commit bf8b11e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ To be included in 1.0.0 (unreleased)
2222
* Fixed SQLAlchemy connection context iterator #410
2323
* Fix error packet handling for SSCursor #428
2424
* Required python version is now properly documented in python_requires instead of failing on setup.py execution #731
25+
* Add rsa extras_require depending on PyMySQL[rsa] #557
2526

2627

2728
0.0.22 (2021-11-14)

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,5 @@ install_requires =
3939
[options.extras_require]
4040
sa =
4141
sqlalchemy>=1.0,<1.4
42+
rsa =
43+
PyMySQL[rsa]>=1.0

0 commit comments

Comments
 (0)