Skip to content

Commit

Permalink
Remove pycrypto dependency (#1754)
Browse files Browse the repository at this point in the history
The library was found to have security flaws
  • Loading branch information
DropD authored and sphuber committed Aug 13, 2018
1 parent b0cf7c9 commit 003caf8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions docs/requirements_for_rtd.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ pgtest==1.1.0
plumpy==0.7.12
portalocker==1.1.0
psutil==5.4.5
pycrypto==2.6.1
pymatgen==2018.4.20
pyparsing==2.2.0
python-dateutil==2.7.2
Expand All @@ -57,7 +56,6 @@ python-mimeparse==1.6.0
pytz==2018.4
qe-tools==1.1.0
reentry==1.2.0
scipy==1.0.1
seekpath==1.8.1
singledispatch >= 3.4.0.3
six==1.11.0
Expand Down
2 changes: 0 additions & 2 deletions setup_requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@
'psycopg2-binary==2.7.4',
'paramiko==2.4.1',
'ecdsa==0.13',
'pycrypto==2.6.1',
'ipython<6.0', # Version of ipython non enforced, because some still prefer version 4 rather than the latest
'scipy==1.0.1',
]

extras_require = {
Expand Down

0 comments on commit 003caf8

Please sign in to comment.