Skip to content

Commit

Permalink
Update setup file for Manager
Browse files Browse the repository at this point in the history
  • Loading branch information
ArekKuczynski committed Aug 16, 2024
1 parent 885f391 commit 068db06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# I needed a recent version of pip (pip 21.0.1 worked my previous <20 version didn't) for matplotlib
# to actually install withput error
# https://matplotlib.org/stable/users/installing.html
install_requires=['configparser', 'HTTPServer', 'pillow>=9.1.0', 'psutil', 'pip>=21,>=22', 'matplotlib', 'requests'],
install_requires=['configparser', 'HTTPServer', 'pillow>=9.1.0', 'psutil', 'pip>=21,>=22', 'matplotlib'],
classifiers=[
"Development Status :: 5 - Production/Stable",
"Framework :: Robot Framework",
Expand Down

0 comments on commit 068db06

Please sign in to comment.