Open qumusabel opened 3 years ago
** 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
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
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?