We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe1f4be + 6253318 commit a566b56Copy full SHA for a566b56
requirements.txt
@@ -3,5 +3,5 @@ Faker>=15.2.0
3
setuptools>=65.5.1
4
PyYAML>=6.0
5
python-dotenv>=0.21.0
6
-rootpath>=0.1.1
+rootpath==0.1.0
7
environs>=9.5.0
setup.py
@@ -5,7 +5,7 @@
setup(
name="swagger-coverage",
8
- version="2.2.13",
+ version="3.0.0",
9
author="Jamal Zeinalov",
10
author_email="jamal.zeynalov@gmail.com",
11
description='Python adapter for "swagger-coverage" tool',
@@ -24,7 +24,7 @@
24
"setuptools>=65.5.1",
25
"PyYAML>=6.0",
26
"python-dotenv>=0.21.0",
27
- "rootpath>=0.1.1",
+ "rootpath==0.1.0",
28
"environs>=9.5.0",
29
30
],
0 commit comments