mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-13 20:08:55 +00:00
Use dev for optional development dependencies
This commit is contained in:
parent
f3d43aeb39
commit
483db91851
2
.github/workflows/testing.yml
vendored
2
.github/workflows/testing.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
python -m pip install .[development]
|
||||
python -m pip install .[dev]
|
||||
- name: Lint with flake8
|
||||
run: |
|
||||
# stop the build if there are Python syntax errors or undefined names
|
||||
|
@ -39,7 +39,7 @@ version = {attr = "gns3server.version.__version__"}
|
||||
dependencies = {file = "requirements.txt"}
|
||||
|
||||
[tool.setuptools.dynamic.optional-dependencies]
|
||||
development = {file = ['dev-requirements.txt']}
|
||||
dev = {file = ['dev-requirements.txt']}
|
||||
|
||||
[project.urls]
|
||||
"Homepage" = "http://gns3.com"
|
||||
|
Loading…
Reference in New Issue
Block a user