Skip to content

Commit

Permalink
add test reqs to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aleneum committed May 24, 2024
1 parent 7272fe9 commit d0cc6b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
package_data={'transitions_gui': ['templates/*', 'static/css/*', 'static/js/*', 'static/img/*']},
install_requires=['tornado>=5.0', 'transitions>=0.9.0'],
extras_require={},
tests_require=['nose'],
tests_require=['pytest', 'pycodestyle', 'websocket-client'],
license='MIT',
download_url='https://github.com/pytransitions/transitions-gui/archive/%s.tar.gz' % __version__,
classifiers=[
Expand Down

0 comments on commit d0cc6b5

Please sign in to comment.