Skip to content

Commit 916859c

Browse files
fix: Add packaging to install_requires and drop version specifier (#413)
## 📝 Description This change adds the `packaging` package to `install_requires` and drops the version specifier from requirements.txt. Thanks @okoriko!
1 parent 60d732d commit 916859c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
terminaltables
22
requests
33
PyYAML
4-
packaging>=23.0
4+
packaging

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ def bake_version(v):
7979
"terminaltables",
8080
"requests",
8181
"PyYAML",
82+
"packaging"
8283
],
8384
entry_points={
8485
"console_scripts": [

0 commit comments

Comments
 (0)