Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
stkw0 committed Nov 16, 2023
1 parent 0047dd7 commit 1c3785f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
guiqwt==3.0.3
PyQt5==5.9.1
guiqwt
numpy
PyQt5
15 changes: 13 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,19 @@
name = 'pyqt-tools',
packages = find_packages(),
platform=['any'],
version = '0.0.2',
version = '1.0.0',
author = 'David Roman',
author_email = '[email protected]',
url = 'https://github.com/IFAEcontrol/pyqt-tools'
url = 'https://github.com/IFAEcontrol/pyqt-tools',
license = 'BSD-3',
install_requires=[
'guiqwt',
'numpy',
'PyQt5',
],
classifiers=[
'Development Status :: 5 - Production/Stable',
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 3'
],
)

0 comments on commit 1c3785f

Please sign in to comment.