Skip to content

Commit

Permalink
requirements: Move dev requirements into setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjwebb committed Feb 24, 2020
1 parent 71fb186 commit 2c7f4ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions requirements_dev.txt

This file was deleted.

1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
# Required for jsonschema to validate date-time
"strict-rfc3339",
],
extras_require={"dev": ["pytest", "flake8", "isort"]},
classifiers=[
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)"
],
Expand Down

0 comments on commit 2c7f4ed

Please sign in to comment.