diff --git a/pyproject.toml b/pyproject.toml index 7c268c1045340220c88b39dba3335c5fd65c848f..dfd2bda50db40f7241fa95d00644d461a97c32b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,9 +15,9 @@ dependencies = [ 'scipy', 'rich', 'pyqtgraph', - 'fswidget@git+https://gitlab.tugraz.at/flexsensor-public/modules/fswidgets.git#egg=develop', - 'confighandler@git+https://gitlab.tugraz.at/flexsensor-public/modules/confighandler.git#egg=develop', - 'cmp@git+https://gitlab.tugraz.at/flexsensor-public/modules/cmp.git#egg=develop' + 'fswidget@git+https://gitlab.tugraz.at/flexsensor-public/modules/fswidgets.git@develop', + 'confighandler@git+https://gitlab.tugraz.at/flexsensor-public/modules/confighandler.git@develop', + 'cmp@git+https://gitlab.tugraz.at/flexsensor-public/modules/cmp.git@develop' ] classifiers = [ "Programming Language :: Python :: 3",