Skip to content
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

Broken requirements.txt #119

Open
qumusabel opened this issue Jun 8, 2021 · 2 comments
Open

Broken requirements.txt #119

qumusabel opened this issue Jun 8, 2021 · 2 comments

Comments

@qumusabel
Copy link

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?

@shubham49m
Copy link

** 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

@shoeper
Copy link

shoeper commented Mar 24, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants