Skip to content

Commit d7b989b

Browse files
committed
Big sad, I think changing to ">=" was a mistake.
1 parent c03c442 commit d7b989b

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

requirements-deploy.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
connexion[swagger-ui]>=2.13.0
2-
gunicorn>=20.1.0
1+
connexion[swagger-ui]==2.13.0
2+
gunicorn==20.1.0

requirements-dev.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
allure-behave>=2.9.45
2-
flake8>=4.0.1
3-
bump2version>=1.0.1
4-
coverage>=6.3.2
5-
wheel>=0.37.1
6-
pre-commit>=2.18.1
1+
allure-behave==2.9.45
2+
flake8==4.0.1
3+
bump2version==1.0.1
4+
coverage==6.3.2
5+
wheel==0.37.1
6+
pre-commit==2.18.1

requirements-tests.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
pytest>=7.1.2
2-
behave>=1.2.6
3-
PyHamcrest>=2.0.3
1+
pytest==7.1.2
2+
behave==1.2.6
3+
PyHamcrest==2.0.3

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
toml>=0.10.2
1+
toml==0.10.2
22
py-graph-imputation>=0.0.12
3-
py-ard>=1.0.9
4-
tqdm>=4.66.1
3+
py-ard==1.0.9
4+
tqdm==4.66.1

0 commit comments

Comments
 (0)