Skip to content

Commit

Permalink
fix: single req file for all
Browse files Browse the repository at this point in the history
  • Loading branch information
iamatulsingh committed Oct 28, 2024
1 parent 9152a42 commit 930b433
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
7 changes: 0 additions & 7 deletions requirements-dev.txt

This file was deleted.

4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
pytest==7.2.0
setuptools
requests~=2.32.2
beautifulsoup4==4.11.1
pydotmap~=0.1.3
opencv-python~=4.9.0.80
numpy~=1.24.2
numpy~=1.24.2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()

with open("requirements-dev.txt", "r") as req:
with open("requirements.txt", "r") as req:
reqs = req.read().split("\n")

setuptools.setup(
Expand Down

0 comments on commit 930b433

Please sign in to comment.