We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f28616d commit 9dc5983Copy full SHA for 9dc5983
setup.py
@@ -9,7 +9,7 @@
9
10
setup(
11
name='redsys',
12
- version='0.2.5',
+ version='0.2.6',
13
packages=find_packages(),
14
include_package_data=True,
15
license='MIT License',
@@ -27,4 +27,5 @@
27
'Programming Language :: Python :: 3.4',
28
'Programming Language :: Python :: 3.5',
29
],
30
+ install_requires=['pycrypto>=2.6,<2.7']
31
)
0 commit comments