Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Task autotest
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jiří Kalvoda
Task autotest
Commits
1ce5e083
Commit
1ce5e083
authored
1 year ago
by
Daniel Skýpala
Browse files
Options
Downloads
Patches
Plain Diff
Remove unnecessary dependencies
parent
3b85960b
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
setup.py
+10
-10
10 additions, 10 deletions
setup.py
task_autotest/web/pages.py
+0
-1
0 additions, 1 deletion
task_autotest/web/pages.py
with
10 additions
and
11 deletions
setup.py
+
10
−
10
View file @
1ce5e083
...
...
@@ -17,26 +17,26 @@ setuptools.setup(
'
Flask-WTF
'
,
'
WTForms
'
,
'
bcrypt
'
,
'
bleach
'
,
'
blinker
'
,
'
click
'
,
#
'bleach',
#
'blinker',
#
'click',
'
dateutils
'
,
'
flask_bootstrap
'
,
'
numpy
'
,
'
pikepdf
'
,
'
pillow
'
,
'
psycopg2
'
,
#
'pillow',
#
'psycopg2',
'
pyzbar
'
,
'
sqlalchemy[mypy]
'
,
#
'sqlalchemy[mypy]',
'
uwsgi
'
,
'
uwsgidecorators
'
,
# Používáme pro vývoj, ale aby je pylsp našel, musí být ve stejném virtualenvu
# jako ostatní knihovny.
'
sqlalchemy-stubs
'
,
#
'sqlalchemy-stubs',
'
types-Markdown
'
,
'
types-bleach
'
,
'
types-flask_sqlalchemy
'
,
'
types-pillow
'
,
#
'types-bleach',
#
'types-flask_sqlalchemy',
#
'types-pillow',
'
types-python-dateutil
'
,
'
types-requests
'
,
'
types-setuptools
'
,
...
...
This diff is collapsed.
Click to expand it.
task_autotest/web/pages.py
+
0
−
1
View file @
1ce5e083
...
...
@@ -5,7 +5,6 @@ from flask_wtf import FlaskForm
from
flask_bootstrap
import
Bootstrap
import
time
from
datetime
import
datetime
,
timedelta
from
sqlalchemy
import
exc
,
update
,
and_
,
desc
import
werkzeug.exceptions
import
wtforms
from
wtforms.fields
import
EmailField
...
...
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