Skip to content

Commit

Permalink
merged req to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Formartha committed Mar 10, 2024
1 parent 9775a52 commit 5e3d1f6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion requirements.txt

This file was deleted.

5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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=[
Expand Down

0 comments on commit 5e3d1f6

Please sign in to comment.