Skip to content

Commit

Permalink
under Linux use pycryptodome under
Browse files Browse the repository at this point in the history
  • Loading branch information
Michał Szymaniak committed Nov 24, 2019
1 parent 7b5f783 commit aac5700
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,8 @@ def write_version_file(version_long, version, path=None):
'aiohttp>=2.3',
'certifi',
'pysubs2>=0.2.4',
'cryptography>=2.8',
'pycryptodome>=3.9;platform_system=="Linux"',
'cryptography>=2.8;platform_system!="Linux"',
'PyYAML',
],
extras_require = {
Expand Down

0 comments on commit aac5700

Please sign in to comment.