This repository was archived by the owner on Aug 4, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +18
-16
lines changed Expand file tree Collapse file tree 2 files changed +18
-16
lines changed Original file line number Diff line number Diff line change @@ -4,3 +4,5 @@ python-swiftclient==3.11.1
4
4
keystoneauth1 == 4.3.1
5
5
git+https://github.com/cscfi/swift-browser-ui.git
6
6
certifi == 2020.12.05
7
+ gunicorn >= 20.0.1
8
+ uvloop == 0.15.2
Original file line number Diff line number Diff line change 13
13
},
14
14
license = "MIT" ,
15
15
install_requires = [
16
- "aiohttp" ,
17
- "python-swiftclient" ,
18
- "keystoneauth1" ,
19
- "gunicorn" ,
20
- "certifi" ,
21
- "uvloop" ,
16
+ "aiohttp==3.7.4.post0" ,
17
+ "requests==2.25.1" ,
18
+ "python-swiftclient==3.11.1" ,
19
+ "keystoneauth1==4.3.1" ,
20
+ "gunicorn>=20.0.1" ,
21
+ "uvloop==0.15.2" ,
22
+ "certifi==2020.12.05" ,
22
23
"swift-browser-ui" "@ git+https://github.com/cscfi/swift-browser-ui.git" ,
23
24
],
24
25
extras_require = {
25
26
"test" : [
26
- "tox" ,
27
- "pytest" ,
28
- "pytest-cov" ,
29
- "coverage" ,
30
- "tox" ,
31
- "flake8" ,
32
- "flake8-docstrings" ,
33
- "pytest-aiohttp" ,
34
- "asynctest" ,
35
- "black" ,
27
+ "tox==3.23.1" ,
28
+ "pytest==6.2.4" ,
29
+ "pytest-cov==2.12.1" ,
30
+ "coverage==5.5" ,
31
+ "flake8==3.9.2" ,
32
+ "flake8-docstrings==1.6.0" ,
33
+ "asynctest==0.13.0" ,
34
+ "black==21.6b0" ,
35
+ "pytest-aiohttp==0.3.0" ,
36
36
],
37
37
},
38
38
packages = [__name__ ],
You can’t perform that action at this time.
0 commit comments