Skip to content

Commit

Permalink
BUG: added pyyaml in req.
Browse files Browse the repository at this point in the history
  • Loading branch information
rpartzsch committed Oct 23, 2024
1 parent 773fc97 commit 39437a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
name="motor_stage_ui",
version="1.0",
license="License AGPL-3.0 license",
author="Rasmus Partzsch",
packages=find_packages(),
package_data={
"": ["motor_stage_ui/configuration.yaml"],
Expand All @@ -15,6 +16,7 @@
"coloredlogs",
"PyQt5",
"pyserial",
"pyyaml"
],
entry_points={
"console_scripts": [
Expand Down

0 comments on commit 39437a2

Please sign in to comment.