zalsaeed / cgav

Certificate Generation and Verification
GNU General Public License v3.0
3 stars 1 forks source link

Dependency Conflicts in Docker Build #5

Closed wesamhamad closed 5 months ago

wesamhamad commented 8 months ago

Description:

I encountered multiple dependency conflicts while trying to build a Docker image for my project. The conflicts arise with the following packages and their versions:

Click:

Jinja2:

Werkzeug:

Additional Information:

When I change Flask to Flask==2.3.3, this problem occurs.