1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-16 17:12:21 +03:00

Add 'wheel' to requirements-dev.txt to avoid warnings

This commit is contained in:
Athanasius 2021-03-17 14:53:48 +00:00
parent 9634c914c3
commit 73dadca308

View File

@ -1,3 +1,7 @@
# So that you don't get warnings like:
# Using legacy 'setup.py install' for flake8-annotations-coverage, since package 'wheel' is not installed.
wheel
# Static analysis tools
flake8==3.9.0
flake8-annotations-coverage==0.0.5