We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
requirements.txt
Hello, Current requirements.txt produce errors when installing with pipenv on python 3.9.5.
pipenv
SQLAlchemy
sqlalchemy==1.3.0,>=0.9.0,>=1.3.2
htmlentities
html.entities
markupsafe
setup.py
setuptools
Can you please bump the versions of your dependencies?
The text was updated successfully, but these errors were encountered:
** replace requirements.txt with this and it will successfully install
alembic==1.0.0 banal==0.3.7 chardet==3.0.4 Click==7.0 dataset==1.3.2 Flask==1.0.2 frida==12.2.6 htmlentities itsdangerous==0.24 Jinja2==2.10.1 Mako==1.0.7 MarkupSafe normality==0.6.1 python-dateutil==2.7.3 python-editor==1.0.3 six==1.11.0 SQLAlchemy termcolor==1.1.0 Werkzeug==0.15.3
Sorry, something went wrong.
alembic==1.0.0 banal==0.3.7 chardet==3.0.4 Click==7.0 dataset==1.3.2 Flask==1.0.2 frida==12.2.6 htmlentities itsdangerous==0.24 Jinja2==2.10.1 Mako==1.0.7 MarkupSafe<2.1 normality==0.6.1 python-dateutil==2.7.3 python-editor==1.0.3 six==1.11.0 SQLAlchemy termcolor==1.1.0 Werkzeug==0.15.5
No branches or pull requests
Hello,
Current
requirements.txt
produce errors when installing withpipenv
on python 3.9.5.SQLAlchemy
is not installablesqlalchemy==1.3.0,>=0.9.0,>=1.3.2
htmlentities
has been moved tohtml.entities
in python 3markupsafe
is too old, so itssetup.py
has broken imports fromsetuptools
Can you please bump the versions of your dependencies?
The text was updated successfully, but these errors were encountered: