Skip to content

Commit

Permalink
Remove dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Oct 14, 2017
1 parent 3e3a6cd commit f3d687d
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 @@ -122,5 +122,5 @@ def read(fname):
download_url='%s/v%s.tar.gz' % (url, version),
keywords=['OMERO.CLI', 'plugin'],
cmdclass={'test': PyTest},
tests_require=['pytest', 'restview', 'mox'],
tests_require=['pytest'],
)

0 comments on commit f3d687d

Please sign in to comment.