Skip to content

Commit 4cd9930

Browse files
committed
manually released the fork of the other package, im done with direct links ree
1 parent 18089e0 commit 4cd9930

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pytest>=6.2.4
2-
pytest-parallel @ https://github.com/andni233/pytest-parallel/archive/448a404d236ed0bbf3967e85ecce025115b1876c.zip#egg=pytest-parallel
2+
pytest-parallel-39==0.1.0
33
selenium>=3.141.0

setup.py

+1-7
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@
1111
try:
1212
with open("requirements.txt", "r") as reqs:
1313
requirements = reqs.read().split("\n")
14-
links = [
15-
req.split("@")[-1].strip()
16-
for req in requirements
17-
if "@" in req
18-
]
1914
except:
2015
requirements = ""
2116

@@ -43,7 +38,6 @@
4338
"License :: OSI Approved :: MIT License",
4439
"Operating System :: OS Independent",
4540
],
46-
python_requires=">=3.5",
41+
python_requires=">=3.6",
4742
install_requires=requirements,
48-
dependency_links=links
4943
)

0 commit comments

Comments
 (0)