Skip to content
Snippets Groups Projects
Commit 1ce5e083 authored by Daniel Skýpala's avatar Daniel Skýpala
Browse files

Remove unnecessary dependencies

parent 3b85960b
Branches
No related tags found
No related merge requests found
......@@ -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',
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment