Skip to content

Commit

Permalink
#139 Support for pyOrthanc in orthanc-server-extensions
Browse files Browse the repository at this point in the history
 * add pyOrthanc dependency for tox
  • Loading branch information
walcovanloon committed Oct 8, 2023
1 parent 85aac74 commit 1377b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -15,7 +15,7 @@ python =
setenv =
PYTHONPATH = {toxinidir}
deps =
.[nats-event-publisher, kafka-event-publisher, rabbitmq-event-publisher]
.[nats-event-publisher, kafka-event-publisher, rabbitmq-event-publisher, pyorthanc]
-r{toxinidir}/requirements_dev.txt
pytest-cov
; If you want to make tox run the tests with the same versions, create a
Expand Down

0 comments on commit 1377b35

Please sign in to comment.