Skip to content
This repository was archived by the owner on Aug 4, 2021. It is now read-only.

Commit 4b5386a

Browse files
committed
fix requirements
1 parent e07d9fa commit 4b5386a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ requests
33
python-swiftclient
44
keystoneauth1
55
git+https://github.com/cscfi/swift-browser-ui.git
6+
certifi

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@
1717
'python-swiftclient',
1818
'keystoneauth1',
1919
'gunicorn',
20+
'certifi',
2021
'uvloop',
2122
"swift-browser-ui"
22-
"@ git+https://github.com/cscfi/swift-browser-ui.git@v0.7.1"
23+
"@ git+https://github.com/cscfi/swift-browser-ui.git"
2324
],
2425
extras_require={
2526
'test': ['tox', 'pytest', 'pytest-cov', 'coverage',

0 commit comments

Comments
 (0)