diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index 663bd1f..0000000 --- a/requirements.txt +++ /dev/null @@ -1 +0,0 @@ -requests \ No newline at end of file diff --git a/setup.py b/setup.py index 6929001..25ff1a2 100644 --- a/setup.py +++ b/setup.py @@ -2,9 +2,6 @@ VERSION_NUMBER = "1.0.0" -with open("requirements.txt", "r") as req: - REQUIREMENTS = req.readlines() - setup(name="pytest-ai1899", version=VERSION_NUMBER, @@ -15,7 +12,7 @@ packages=["pytest_ai1899"], package_data={"pytest_ai1899": ["*"]}, entry_points={"pytest11": ["dependency = pytest_ai1899.plugin"]}, - install_requires=REQUIREMENTS, + install_requires=["requests"], license="MIT", keywords="pyest-ai1899", classifiers=[