Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

Commit

Permalink
Upgrade to bcrypt 3.x and Python 3.6.5
Browse files Browse the repository at this point in the history
bcrypt 2.x version wasn't compatible with latest Python - I had
gnu-crypt.h missing error.

Related to #20.
  • Loading branch information
loomchild committed May 10, 2018
1 parent 1297ea3 commit 461163e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM python:3.6.4
FROM python:3.6.5

WORKDIR /usr/src/app

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -12,7 +12,7 @@ Flask-Bleach >= 0.0.2, < 0.1
Flask-Analytics >= 0.5, < 0.6
waitress >= 0.8, < 0.9
psycopg2 >= 2.6, < 2.7
bcrypt >= 2.0, < 2.1
bcrypt >= 3.1, < 3.2
cachetools >= 1.1, < 1.2
PyYAML >= 3.11, < 3.12
docker >= 2.2.1, < 2.3
Expand Down

0 comments on commit 461163e

Please sign in to comment.