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

Commit

Permalink
fix dependency for automated builds
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Feb 28, 2016
1 parent 9a88c91 commit 4520969
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -30,7 +30,7 @@ install:
- "%PYTHON%\\Scripts\\pip install pymyinstall"
- "%PYTHON%\\Scripts\\pymy_install3 --set=pyquickhelper"
- "%PYTHON%\\Scripts\\pip install cryptography"
- "%PYTHON%\\Scripts\\pip install pycryptodome"
- "%PYTHON%\\Scripts\\pip install pycryptodomex"

build: off

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -75,5 +75,5 @@ pyflakes
mccabe
pep8
mistune
pycrypto
pycryptodomex
cryptography

0 comments on commit 4520969

Please sign in to comment.