File tree Expand file tree Collapse file tree 3 files changed +15
-31
lines changed Expand file tree Collapse file tree 3 files changed +15
-31
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,7 @@ classifiers = [
2424 " Programming Language :: Python :: Implementation :: PyPy" ,
2525]
2626requires-python = " >=3.7"
27- dependencies = [
28- " click>=7.1.2" ,
29- " hab>=0.41.0" ,
30- " Pygments" ,
31- " Qt.py" ,
32- ]
33- dynamic = [" version" ]
27+ dynamic = [" dependencies" , " optional-dependencies" , " version" ]
3428
3529[project .readme ]
3630file = " README.md"
@@ -41,26 +35,6 @@ Homepage = "https://github.com/blurstudio/hab-gui"
4135Source = " https://github.com/blurstudio/hab-gui"
4236Tracker = " https://github.com/blurstudio/hab-gui/issues"
4337
44- [project .optional-dependencies ]
45- dev = [
46- " black==22.12.0" ,
47- " build" ,
48- " covdefaults" ,
49- " coverage" ,
50- " flake8==5.0.4" ,
51- " flake8-bugbear==22.12.6" ,
52- " Flake8-pyproject" ,
53- " isort" ,
54- " json5" ,
55- " pep8-naming==0.13.3" ,
56- " pytest" ,
57- " tox" ,
58- " build" ,
59- ]
60- json5 = [
61- " pyjson5"
62- ]
63-
6438[project .gui-scripts ]
6539habw = " hab.cli:cli"
6640
@@ -69,6 +43,13 @@ include-package-data = true
6943platforms = [" any" ]
7044license-files = [" LICENSE" ]
7145
46+ [tool .setuptools .dynamic ]
47+ dependencies = {file = [" requirements.txt" ]}
48+
49+ [tool .setuptools .dynamic .optional-dependencies ]
50+ dev = {file = [" requirements-dev.txt" ]}
51+ json5 = {file = [" requirements-json5.txt" ]}
52+
7253[tool .setuptools .packages .find ]
7354exclude = [" tests" ]
7455namespaces = false
Original file line number Diff line number Diff line change 1- black
1+ black == 22.12.0
22build
33covdefaults
44coverage
5- flake8
6- flake8-bugbear
5+ flake8 == 5.0.4
6+ flake8-bugbear == 22.12.6
77Flake8-pyproject
8- pep8-naming
8+ isort
9+ json5
10+ pep8-naming == 0.13.3
911pytest
1012tox
Original file line number Diff line number Diff line change 1+ pyjson5
You can’t perform that action at this time.
0 commit comments