Skip to content

Commit 035bead

Browse files
committed
Some changes in setup.py
1 parent 613ebfa commit 035bead

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

reportportal_client/requirements.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
download_url='https://github.com/epam/ReportPortal-Python-Client/tarball/0.1.3',
1212
keywords=['testing', 'reporting', 'reportportal'],
1313
classifiers=[],
14-
install_requires=[i.strip() for i in open("requirements.txt").readlines()],
14+
install_requires=["requests"],
1515
)

0 commit comments

Comments
 (0)