Skip to content

Commit

Permalink
Specify version for fabric. Not sure why I need this
Browse files Browse the repository at this point in the history
  • Loading branch information
mil-ad committed Jul 9, 2020
1 parent a74fa21 commit c846244
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
name="stui",
description="A Slurm client for the terminal.",
long_description="A Slurm client for the terminal.", #TODO: Use readme
version="0.1.0",
version="0.1.4",
packages=find_packages(),
author="Milad Alizadeh",
url="https://github.com/mi-lad/stui",
Expand All @@ -17,7 +17,7 @@
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
],
install_requires=["urwid", "fabric"],
install_requires=["urwid", "fabric>=2.5.0"],
python_requires=">=3.6",
entry_points={"console_scripts": ["stui=stui.stui:main",]},
)

0 comments on commit c846244

Please sign in to comment.