summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorMiguel Jacq <mig@mig5.net>2018-09-13 11:35:28 +1000
committerMiguel Jacq <mig@mig5.net>2018-09-13 11:35:28 +1000
commitf9e614eba125846dc8739fb8e09f04a6f432da36 (patch)
treea85455d0cb43a7fc3006ff3f9fa73fc0921dd54c /install
parent7879697ec6966deabf732b841afee9e0a0bf681f (diff)
downloadonionshare-f9e614eba125846dc8739fb8e09f04a6f432da36.tar.gz
onionshare-f9e614eba125846dc8739fb8e09f04a6f432da36.zip
Update cryptography dependency to 2.3.1
Diffstat (limited to 'install')
-rw-r--r--install/requirements-windows.txt2
-rw-r--r--install/requirements.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/install/requirements-windows.txt b/install/requirements-windows.txt
index 611edf3c..f016c523 100644
--- a/install/requirements-windows.txt
+++ b/install/requirements-windows.txt
@@ -1,5 +1,5 @@
click==6.7
-cryptography==2.1.4
+cryptography==2.3.1
Flask==0.12.2
future==0.16.0
itsdangerous==0.24
diff --git a/install/requirements.txt b/install/requirements.txt
index 964030e8..15e9a108 100644
--- a/install/requirements.txt
+++ b/install/requirements.txt
@@ -1,5 +1,5 @@
click==6.7
-cryptography==2.1.4
+cryptography==2.3.1
Flask==0.12.2
itsdangerous==0.24
Jinja2==2.10