Changeset - 81e6b5e62a2c
[Not reviewed]
default
0 1 0
Mads Kiilerich - 5 years ago 2021-05-12 12:01:54
mads@kiilerich.com
setup: make chardet a mandatory dependency

It was made mandatory in 9685f50a69d0. At that time it seemed like it always
were present due to indirect dependencies, but apparently that is no longer the
case.
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
setup.py
Show inline comments
 
@@ -73,6 +73,7 @@ requirements = [
 
    "paginate_sqlalchemy >= 0.3.0, < 0.4",
 
    "bcrypt >= 3.1.0, < 3.2",
 
    "pip >= 20.0, < 999",
 
    "chardet >= 3",
 
]
 

	
 
dependency_links = [
0 comments (0 inline, 0 general)