We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72bc1b4 commit d5e5f7bCopy full SHA for d5e5f7b
pyproject.toml
@@ -25,10 +25,12 @@ classifiers = [
25
"Operating System :: OS Independent",
26
]
27
dependencies = [
28
+ "black",
29
"six",
30
"toml",
- "black",
31
- "typing_extensions>=4.6; python_version<'3.12'"
+ "typing_extensions>=4.6; python_version<'3.12'",
32
+ 'epydoc',
33
+ 'wheel', # required by epydoc, but not listed as a dependency
34
35
[project.urls]
36
Homepage = "https://pypi.org/project/pyflyby/"
@@ -43,7 +45,6 @@ py3 = "pyflyby._py:py_main"
43
45
test = [
44
46
'build',
47
'coverage',
- 'epydoc',
48
'flaky',
49
'hypothesis',
50
'ipykernel>=5.4.3',
@@ -64,7 +65,7 @@ lint = [
64
65
'flake8',
66
'mypy',
67
'pyflakes',
- 'types-six'
68
+ 'types-six',
69
70
docs = [
71
'sphinx',
0 commit comments