-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chardet version bump #1858
Comments
What version of A couple things on that:
|
@Alessandro-Barbieri |
Can you remove dependency not strictly required, why do you need the deps dependencies? This will make manual packaging more easy |
Did you read the links? If yes, I'm not sure I understand the question. |
Now that I know, I'll just remove the chardet dependency from the package. I think it's better to leave this issue open until it's really removed or it's version bumped. |
I was suggesting in removing all the requirements that are dependency of the dependencies since you'll get them installed anyway with a decent package manager |
It is not. Where are you looking?
From setup.py |
tox.ini
https://github.com/huge-success/sanic/blob/bedf68a9b2025618a94cb8044f495a0abd87a134/tox.ini#L17
Il Sab 13 Giu 2020, 20:47 Adam Hopkins <[email protected]> ha
scritto:
… It is not. Where are you looking?
requirements = [
"httptools>=0.0.10",
uvloop,
ujson,
"aiofiles>=0.3.0",
"websockets>=7.0,<9.0",
"multidict>=4.0,<5.0",
"httpx==0.11.1",
]
From setup.py
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1858 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACRRZSYXZUIYCPKUSDH26ITRWPCT7ANCNFSM4NDFXKSQ>
.
|
Fix just merged upstream in httpx, they no longer use chardet. |
Do you really need that old chardet version?
The text was updated successfully, but these errors were encountered: