Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit a07f426

Browse files
committed
Update setup.py
1 parent b619bed commit a07f426

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ def _get_package_data():
2727
IS_WIN = (os.name == 'nt')
2828
install_requires = [
2929
"click==6.2",
30-
"ld==0.1.2",
30+
"ld==0.5.0",
3131
"jinja2==2.8"
3232
]
3333
if not IS_WIN:
3434
install_requires.append("sh==1.11")
3535

3636
setup(
3737
name='Serv',
38-
version="0.1.1",
38+
version="0.1.2",
3939
url='https://github.com/nir0s/serv',
4040
author='nir0s',
4141
author_email='[email protected]',

0 commit comments

Comments
 (0)