summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authormmcardle <mark.mcardle@sohonet.com>2018-05-18 12:04:14 +0100
committermmcardle <mark.mcardle@sohonet.com>2018-07-03 12:25:28 +0100
commit26b20ee7296442231e74c982891a9b85c217ff79 (patch)
tree28ab061a3cfd82dac0d0b798d52c4b288aa99437 /requirements.txt
parent3378a487339d894d7c751e911132fdd094663da5 (diff)
downloadswift-26b20ee7296442231e74c982891a9b85c217ff79.tar.gz
IP Range restrictions in temp urls
This patch adds an additional optional parameter to tempurl which restricts the ip's from which a temp url can be used from. Change-Id: I23fe998a980960d4a32df042b3f6a21f096c36af
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 4b46b0984..3c27869c7 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -13,3 +13,4 @@ six>=1.9.0
xattr>=0.4
PyECLib>=1.3.1 # BSD
cryptography!=2.0,>=1.6 # BSD/Apache-2.0
+ipaddress>=1.0.17;python_version<'3.3' # PSF