-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Use importlib.metadata instead of pkg_resources. Add support f…
…or other top-level .py files in addition to manage.py. Add support for projects with a requirements_dev.in file only. Install packaging and setuptools.
- Loading branch information
1 parent
84169d0
commit 55ec0ea
Showing
2 changed files
with
35 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/usr/bin/env bash | ||
set -euo pipefail | ||
|
||
pip install flake8 flake8-comprehensions 'isort>=5' 'jscc>=0.2' json-merge-patch 'jsonref>=1' jsonschema pytest 'ocdskit>=1' requests rfc3339-validator rfc3986-validator | ||
pip install flake8 flake8-comprehensions 'isort>=5' importlib-metadata 'jscc>=0.2' json-merge-patch 'jsonref>=1' jsonschema packaging pytest 'ocdskit>=1' requests rfc3339-validator rfc3986-validator setuptools |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters