Skip to content

Commit

Permalink
upgrade pycryptodomex to 3.6.3
Browse files Browse the repository at this point in the history
this is safe as long as the virtualenv has been fully regenerated
and/or the leftover buggy file python3.4/site-packages/Cryptodome/Util/_cpuid.cpython-34m.so
has been deleted
see Legrandin/pycryptodome#178
  • Loading branch information
dejafait committed Jul 27, 2018
1 parent 3dee3c6 commit ee2e202
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions requirements.in
Expand Up @@ -50,8 +50,6 @@ Flask-Login
social-auth-app-flask-sqlalchemy
social-auth-app-flask
social-auth-core[openidconnect]
# stick to pycryptodomex 3.4.6 as 3.6.3 breaks production
pycryptodomex==3.4.6

# Unit tests.
nose
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -63,7 +63,7 @@ pip-tools==2.0.2
prompt-toolkit==1.0.15 # via ipython
ptyprocess==0.6.0 # via pexpect
pycallgraph==1.0.1
pycryptodomex==3.4.6
pycryptodomex==3.6.3 # via pyjwkest
pygments==2.2.0 # via ipython
pyjwkest==1.4.0 # via social-auth-core
pyjwt==1.5.2 # via social-auth-core
Expand Down

0 comments on commit ee2e202

Please sign in to comment.