-
Notifications
You must be signed in to change notification settings - Fork 697
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Latest pyca/cryptography requires setuptools>18.5, which we do not have on prod installs. In order to make this transition in the next minor release however, we can temporarily pin to a slightly older version of pyca/cryptography, such that we can install it using the version of setuptools that we have. For the Docker dev env, we need libffi-dev installed to pip install cryptography.
- Loading branch information
1 parent
2377dca
commit 117acb6
Showing
3 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
cryptography | ||
cryptography==2.0.3 | ||
cssmin | ||
Flask-Assets | ||
Flask-Babel | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters