We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 978114d commit 7410843Copy full SHA for 7410843
requirements-dev.txt
@@ -1,7 +1,7 @@
1
-pytest>=5.4.0<5.5.0
+pytest>=5.4.0,<5.5.0
2
mypy>=0.782
3
pre-commit>=2.6.0
4
pytest-cov>=2.10.0
5
-pytest-mock>=1.11.1<=3.2.0
+pytest-mock>=1.11.1,<=3.2.0
6
wheel>=0.33
7
-e .
requirements.txt
-scramp>=1.2.0<1.3.0
-pytz>=2020.1<2020.2
-beautifulsoup4>=4.7.0<4.8.0
-boto3>=1.16.8<1.17.0
-requests>=2.23.0<2.24.0
-lxml>=4.2.5<4.6.0
-botocore>=1.19.8<1.20.0
+scramp>=1.2.0,<1.3.0
+pytz>=2020.1,<2020.2
+beautifulsoup4>=4.7.0,<4.8.0
+boto3>=1.16.8,<1.17.0
+requests>=2.23.0,<2.24.0
+lxml>=4.2.5,<4.6.0
+botocore>=1.19.8,<1.20.0
0 commit comments