We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3d43ae commit 483db91Copy full SHA for 483db91
.github/workflows/testing.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Install dependencies
31
run: |
32
python -m pip install --upgrade pip
33
- python -m pip install .[development]
+ python -m pip install .[dev]
34
- name: Lint with flake8
35
36
# stop the build if there are Python syntax errors or undefined names
pyproject.toml
@@ -39,7 +39,7 @@ version = {attr = "gns3server.version.__version__"}
39
dependencies = {file = "requirements.txt"}
40
41
[tool.setuptools.dynamic.optional-dependencies]
42
-development = {file = ['dev-requirements.txt']}
+dev = {file = ['dev-requirements.txt']}
43
44
[project.urls]
45
"Homepage" = "http://gns3.com"
0 commit comments