with requirement
This commit is contained in:
19
helpdesk_transfer_timesheet_to_task/requirements.txt
Normal file
19
helpdesk_transfer_timesheet_to_task/requirements.txt
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
# Testing dependencies
|
||||||
|
pytest>=7.0.0
|
||||||
|
pytest-cov>=4.0.0
|
||||||
|
pytest-mock>=3.10.0
|
||||||
|
|
||||||
|
# Odoo dependencies (if testing outside Odoo environment)
|
||||||
|
# odoo>=16.0,<17.0
|
||||||
|
|
||||||
|
# Additional testing utilities
|
||||||
|
coverage>=7.0.0
|
||||||
|
xmlrunner>=1.7.7
|
||||||
|
|
||||||
|
# Development dependencies
|
||||||
|
flake8>=6.0.0
|
||||||
|
black>=22.0.0
|
||||||
|
isort>=5.12.0
|
||||||
|
|
||||||
|
# Optional: for XML parsing/validation
|
||||||
|
lxml>=4.9.0
|
Reference in New Issue
Block a user