Skip to content

Commit e194525

Browse files
committed
Rename requirements_dev file
1 parent b20fb55 commit e194525

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements_dev.txt renamed to requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ pytest-cov
88
black
99
pydocstyle
1010
isort
11+
lazydocs

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def load_requirements(path_dir=PWD, file_name="requirements.txt", comment_char="
5151
"Cannot install some dependencies. "
5252
"Dependency links are currently not supported: " + str(dependency_links)
5353
)
54-
dev_requirements, _ = load_requirements(file_name="requirements_dev.txt")
54+
dev_requirements, _ = load_requirements(file_name="requirements-dev.txt")
5555

5656
# Import the README and use it as the long-description.
5757
with open(os.path.join(PWD, "README.md"), encoding="utf-8") as f:

0 commit comments

Comments
 (0)