We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18089e0 commit 4cd9930Copy full SHA for 4cd9930
requirements.txt
@@ -1,3 +1,3 @@
1
pytest>=6.2.4
2
-pytest-parallel @ https://github.com/andni233/pytest-parallel/archive/448a404d236ed0bbf3967e85ecce025115b1876c.zip#egg=pytest-parallel
+pytest-parallel-39==0.1.0
3
selenium>=3.141.0
setup.py
@@ -11,11 +11,6 @@
11
try:
12
with open("requirements.txt", "r") as reqs:
13
requirements = reqs.read().split("\n")
14
- links = [
15
- req.split("@")[-1].strip()
16
- for req in requirements
17
- if "@" in req
18
- ]
19
except:
20
requirements = ""
21
@@ -43,7 +38,6 @@
43
38
"License :: OSI Approved :: MIT License",
44
39
"Operating System :: OS Independent",
45
40
],
46
- python_requires=">=3.5",
41
+ python_requires=">=3.6",
47
42
install_requires=requirements,
48
- dependency_links=links
49
)
0 commit comments