Skip to content

Commit ba53c88

Browse files
update requirements
1 parent 8c5fcae commit ba53c88

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
argcomplete==2.0.0
2-
things.py==0.0.13
1+
argcomplete==3.0.8
2+
things.py==0.0.15

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ def package_files(directory):
5656
"things-cli = things_cli.cli:main",
5757
]
5858
},
59-
install_requires=["things.py", "argcomplete"],
59+
install_requires=["things.py>=0.0.15", "argcomplete>=3.0.0"],
6060
)

0 commit comments

Comments
 (0)