mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
added missing toml req
This commit is contained in:
parent
91b71ed24a
commit
9f61f01d9c
@ -1,6 +1,6 @@
|
||||
# Dev requirements for InvenTree
|
||||
-c requirements.txt
|
||||
coverage # Unit test coverage
|
||||
coverage[toml] # Unit test coverage
|
||||
coveralls==2.1.2 # Coveralls linking (for tracking coverage) # PINNED 2022-06-28 - Old version needed for correct upload
|
||||
django-debug-toolbar # Debug / profiling toolbar
|
||||
django-slowtests # Show which unit tests are running slowly
|
||||
|
@ -27,7 +27,7 @@ charset-normalizer==3.3.2
|
||||
# requests
|
||||
click==8.1.7
|
||||
# via pip-tools
|
||||
coverage==5.5
|
||||
coverage[toml]==5.5
|
||||
# via
|
||||
# -r requirements-dev.in
|
||||
# coveralls
|
||||
|
Loading…
Reference in New Issue
Block a user