Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #43 from PrefectHQ/make_requirements_dev_consistent
Browse files Browse the repository at this point in the history
requirements_dev -> requirements-dev.txt
  • Loading branch information
ahuang11 authored Sep 13, 2022
2 parents 79a4c8c + bad4fbb commit d0eb7ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
with open("requirements.txt") as install_requires_file:
install_requires = install_requires_file.read().strip().split("\n")

with open("requirements_dev.txt") as dev_requires_file:
with open("requirements-dev.txt") as dev_requires_file:
dev_requires = dev_requires_file.read().strip().split("\n")

with open("README.md") as readme_file:
Expand Down

0 comments on commit d0eb7ee

Please sign in to comment.