You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it needed for anything else, do we intend to support Python 2?
pptree: is it used? I see only adopted code from it:
"""This code adapted from the library "pptree," Copyright (c) 2017 Clément Michardand released under the MIT license: https://github.com/clemtoy/pptree"""
types-redis, types-six: do they need to be public?
is whole pytest-xdist really necessary? I don't see that tests are slow without it, is it for different purpose? P.S. In fact it's even slower for me with parallel test
email-validator: is it used? It used for pydantic.EmailStr. Maybe make it optional for public?
is tox used for anything right now? Is it for local dev? Makefile does not contain an entry for it.
on the account of poetry lock: I think it's more then slightly out of date
The text was updated successfully, but these errors were encountered:
Public:
Dev:
is it used?It used for pydantic.EmailStr. Maybe make it optional for public?The text was updated successfully, but these errors were encountered: