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

Commit 9e06178

Browse files
committed
pin package versions
1 parent 59770e6 commit 9e06178

File tree

2 files changed

+18
-16
lines changed

2 files changed

+18
-16
lines changed

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ python-swiftclient==3.11.1
44
keystoneauth1==4.3.1
55
git+https://github.com/cscfi/swift-browser-ui.git
66
certifi==2020.12.05
7+
gunicorn>=20.0.1
8+
uvloop==0.15.2

setup.py

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,26 +13,26 @@
1313
},
1414
license="MIT",
1515
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",
2223
"swift-browser-ui" "@ git+https://github.com/cscfi/swift-browser-ui.git",
2324
],
2425
extras_require={
2526
"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",
3636
],
3737
},
3838
packages=[__name__],

0 commit comments

Comments
 (0)