Skip to content

Commit abb8967

Browse files
authored
Changed requirements.txt file name (#43)
1 parent 672e612 commit abb8967

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ source env/bin/activate
5858
#### Install Package Locally from the root
5959

6060
```
61-
pip install -e . -r requirements_dev.txt
61+
pip install -e . -r requirements.txt
6262
pre-commit install
6363
```
6464

File renamed without changes.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def read_requirements(req):
4545
packages=setuptools.find_packages(where="src"),
4646
package_dir={"": "src"},
4747
py_modules=["cli"],
48-
install_requires=read_requirements("requirements_dev.txt"),
48+
install_requires=read_requirements("requirements.txt"),
4949
include_package_data=True,
5050
python_requires=">=3.7",
5151
entry_points={

0 commit comments

Comments
 (0)