fix: dev dependency
This commit is contained in:
parent
03c43e084c
commit
5f964b0c6c
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -17,6 +17,6 @@ jobs:
|
||||
run: python -m pip install --upgrade pip setuptools
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pip install 'tutor[dev]>=16.0.0,<17.0.0'
|
||||
pip install .[dev]
|
||||
- name: Test lint, types, and format
|
||||
run: make test
|
||||
|
||||
1
setup.py
1
setup.py
@ -35,6 +35,7 @@ setup(
|
||||
packages=find_packages(exclude=["tests*"]),
|
||||
include_package_data=True,
|
||||
install_requires=["tutor>=16.0.0,<17.0.0"],
|
||||
extras_require={"dev": "tutor[dev]>=16.0.0,<17.0.0"},
|
||||
python_requires=">=3.8",
|
||||
entry_points={"tutor.plugin.v1": ["discovery = tutordiscovery.plugin"]},
|
||||
classifiers=[
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user