File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1111 - uses : actions/setup-python@v3
1212 - name : Install Poetry
1313 uses : snok/install-poetry@v1
14+ - run : poetry install --no-root
1415 -
uses :
pre-commit/[email protected]
Original file line number Diff line number Diff line change 8383 hooks :
8484 - id : python-safety-dependencies-check
8585 args : [ "-i", "74429" ]
86- additional_dependencies : [ "poetry-plugin-export>=1.8" ]
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ classifiers=[
1717 " Typing :: Typed"
1818]
1919
20-
2120[tool .poetry .dependencies ]
2221python = " ^3.12"
2322redis = " ^5.2.0"
@@ -33,13 +32,15 @@ aiolimiter = "^1.1.0"
3332black = " ^24.10.0"
3433diskcache = " ^5.6.3"
3534
36-
3735[tool .poetry .group .dev .dependencies ]
3836pre-commit = " ^3.7.1"
3937
4038[tool .poetry .scripts ]
4139scraper-bot = ' scraper_bot.__main__:main'
4240
41+ [tool .poetry .requires-plugins ]
42+ poetry-plugin-export = " >=1.8"
43+
4344[build-system ]
4445requires = [" poetry-core" ]
4546build-backend = " poetry.core.masonry.api"
You can’t perform that action at this time.
0 commit comments