Skip to content
Snippets Groups Projects
Commit 13dec1ee authored by Christoph Schmidt's avatar Christoph Schmidt
Browse files

Updated pyproject and requirements.txt

parent f9bc5480
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,13 @@ description = "A UI for controlling the Sacher TEC Laser" ...@@ -8,7 +8,13 @@ description = "A UI for controlling the Sacher TEC Laser"
readme = "README.md" readme = "README.md"
requires-python = ">=3.7" requires-python = ">=3.7"
dependencies = [ dependencies = [
'pyside6', 'rich', 'pyyaml' 'PySide6',
'rich',
'pyyaml',
'git+https://gitlab.tugraz.at/flexsensor-public/modules/cmp@develop',
'git+https://gitlab.tugraz.at/flexsensor-public/modules/fswidgets.git@develop',
'git+https://gitlab.tugraz.at/flexsensor-public/modules/confighandler.git@develop
] ]
classifiers = [ classifiers = [
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
......
matplotlib~=3.7.1 matplotlib
numpy~=1.24.2 numpy
pandas~=1.5.3 pandas
PySide6~=6.5.2 PySide6
scipy~=1.10.1 scipy
rich rich
# add the git repo pyyaml
#git+https://gitlab.tugraz.at/flexsensor-public/confighandler.git@develop
../confighandler
git+https://gitlab.tugraz.at/flexsensor-public/fswidgets.git@develop
#git+https://gitlab.tugraz.at/flexsensor-public/captdevicecontrol.git@develop # add the git repo
../captdevicecontrol git+https://gitlab.tugraz.at/flexsensor-public/captdevicecontrol.git@develop
git+https://gitlab.tugraz.at/flexsensor-public/modules/fswidgets.git@develop
git+https://gitlab.tugraz.at/flexsensor-public/modules/confighandler.git@develop
git+https://gitlab.tugraz.at/flexsensor-public/modules/cmp@develop
../../pyside-multiprocessing # Local installs
#../confighandler
#../captdevicecontrol
#../modules/cmp
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment