Hello,
Current requirements.txt produce errors when installing with pipenv on python 3.9.5.
SQLAlchemy is not installable sqlalchemy==1.3.0,>=0.9.0,>=1.3.2
htmlentities has been moved to html.entities in python 3
markupsafe is too old, so its setup.py has broken imports from setuptools
Can you please bump the versions of your dependencies?
Hello,
Current
requirements.txtproduce errors when installing withpipenvon python 3.9.5.SQLAlchemyis not installablesqlalchemy==1.3.0,>=0.9.0,>=1.3.2htmlentitieshas been moved tohtml.entitiesin python 3markupsafeis too old, so itssetup.pyhas broken imports fromsetuptoolsCan you please bump the versions of your dependencies?