Skip to content
This repository was archived by the owner on Apr 13, 2024. It is now read-only.

Commit 5042219

Browse files
authored
Merge pull request ahknight#11 from iandouglas/pycryptodome
Switched from PyCrypto to pycryptodome
2 parents c340c80 + b04b223 commit 5042219

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ Requirements
2121
------------
2222

2323
* Python 2.7, 3.2, 3.3, 3.4
24-
* PyCrypto_
24+
* pycryptodome_
2525

2626
Optional:
2727

2828
* requests_
2929

30-
.. _PyCrypto: https://pypi.python.org/pypi/pycrypto
30+
.. _pycryptodome: https://pypi.python.org/pypi/pycryptodome
3131
.. _requests: https://pypi.python.org/pypi/requests
3232

3333
Usage

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
PyCrypto
1+
pycryptodome==3.4.7
22
six

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
packages=find_packages(),
4343
include_package_data=True,
4444
zip_safe=True,
45-
install_requires=['pycrypto', 'six'],
45+
install_requires=['pycryptodome==3.4.7', 'six'],
4646
test_suite="httpsig.tests",
4747
)

0 commit comments

Comments
 (0)