remove unused import
This commit is contained in:
@@ -2,7 +2,6 @@ from wtforms import Form, StringField, TextAreaField, SelectField, RadioField
|
|||||||
from wtforms import IntegerField, PasswordField
|
from wtforms import IntegerField, PasswordField
|
||||||
from wtforms.validators import InputRequired, Length, Email
|
from wtforms.validators import InputRequired, Length, Email
|
||||||
from wtforms.widgets import HiddenInput
|
from wtforms.widgets import HiddenInput
|
||||||
from wtfrecaptcha.fields import RecaptchaField
|
|
||||||
|
|
||||||
strip_filter = lambda x: x.strip() if x else None
|
strip_filter = lambda x: x.strip() if x else None
|
||||||
|
|
||||||
|
|||||||
1
setup.py
1
setup.py
@@ -22,7 +22,6 @@ requires = [
|
|||||||
'transaction',
|
'transaction',
|
||||||
'zope.sqlalchemy',
|
'zope.sqlalchemy',
|
||||||
'wtforms==2.2.1', # form library
|
'wtforms==2.2.1', # form library
|
||||||
'wtforms-recaptcha',
|
|
||||||
'webhelpers2==2.0', # various web building related helpers
|
'webhelpers2==2.0', # various web building related helpers
|
||||||
'passlib',
|
'passlib',
|
||||||
'python-magic',
|
'python-magic',
|
||||||
|
|||||||
Reference in New Issue
Block a user