Skip to content

Commit

Permalink
Updated requirements; added entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
AbbyGi committed Feb 8, 2022
1 parent d572726 commit 5042a4f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# These are required for developing the package (running the tests, building
# the documentation) but not necessarily required for _using_ it.
bluesky
bluesky-widgets
codecov
coverage
databroker
flake8
ophyd>=1.5.3
pytest
qtpy
sphinx
twine
# These are dependencies of various sphinx extensions for documentation.
Expand Down
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
# List required packages in this file, one per line.
bluesky-kafka
bluesky-widgets[pyqt5]
pyzmq
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
packages=find_packages(exclude=["docs", "tests"]),
entry_points={
"console_scripts": [
"ios-gui = ios_gui.main:main"
# 'command = some.module:some_function',
],
},
Expand Down

0 comments on commit 5042a4f

Please sign in to comment.