Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
uffd
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Luca (strifel)
uffd
Commits
cc0a9df1
Commit
cc0a9df1
authored
3 years ago
by
Julian
Browse files
Options
Downloads
Patches
Plain Diff
Support for python3-werkzeug v1.0.x (Debian Bullseye)
parent
565b05bb
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
uffd/__init__.py
+4
-1
4 additions, 1 deletion
uffd/__init__.py
with
4 additions
and
1 deletion
uffd/__init__.py
+
4
−
1
View file @
cc0a9df1
...
@@ -6,7 +6,10 @@ from flask import Flask, redirect, url_for, request, render_template
...
@@ -6,7 +6,10 @@ from flask import Flask, redirect, url_for, request, render_template
from
flask_babel
import
Babel
from
flask_babel
import
Babel
from
werkzeug.routing
import
IntegerConverter
from
werkzeug.routing
import
IntegerConverter
from
werkzeug.serving
import
make_ssl_devcert
from
werkzeug.serving
import
make_ssl_devcert
from
werkzeug.contrib.profiler
import
ProfilerMiddleware
try
:
from
werkzeug.middleware.profiler
import
ProfilerMiddleware
except
ImportError
:
from
werkzeug.contrib.profiler
import
ProfilerMiddleware
from
werkzeug.exceptions
import
InternalServerError
,
Forbidden
from
werkzeug.exceptions
import
InternalServerError
,
Forbidden
from
flask_migrate
import
Migrate
from
flask_migrate
import
Migrate
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment