Skip to content

Commit

Permalink
Staying on watchdog<5.0.0 while gorakhargosh/watchdog#1062 is not f…
Browse files Browse the repository at this point in the history
…ixed
  • Loading branch information
nagareproject committed Sep 2, 2024
1 parent 036ccde commit c7a59d5
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ authors = [{ name = 'Net-ng' }, { email = '[email protected]' }]
license = { file = 'LICENSE.txt' }
requires-python = '>=3.7'
dependencies = [
'watchdog',
'watchdog<5.0.0',
'webob',
"legacy-cgi ; python_full_version>='3.13.0a1'",
'nagare-server'
'nagare-server',
]

[project.readme]
Expand All @@ -37,14 +37,7 @@ entry-points = { file = 'entry-points.txt' }
'nagare.static' = ['*']

[project.optional-dependencies]
dev = [
'sphinx',
'sphinx_rtd_theme',
'pre-commit',
'ruff',
'pytest',
'twine',
]
dev = ['sphinx', 'sphinx_rtd_theme', 'pre-commit', 'ruff', 'pytest', 'twine']

[project.urls]
Homepage = 'https://nagare.org'
Expand Down

0 comments on commit c7a59d5

Please sign in to comment.