Import L1 (celery) as l1/
This commit is contained in:
16
l1/requirements-dev.txt
Normal file
16
l1/requirements-dev.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
# Development dependencies
|
||||
-r requirements.txt
|
||||
|
||||
# Type checking
|
||||
mypy>=1.8.0
|
||||
types-requests>=2.31.0
|
||||
types-PyYAML>=6.0.0
|
||||
typing_extensions>=4.9.0
|
||||
|
||||
# Testing
|
||||
pytest>=8.0.0
|
||||
pytest-asyncio>=0.23.0
|
||||
pytest-cov>=4.1.0
|
||||
|
||||
# Linting
|
||||
ruff>=0.2.0
|
||||
Reference in New Issue
Block a user