Skip to content

Commit cfb01cc

Browse files
committed
remove dependence to tornado-wtforms.
1 parent 59a9179 commit cfb01cc

File tree

4 files changed

+0
-16
lines changed

4 files changed

+0
-16
lines changed

doc/requirements.txt

-4
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,13 @@ peewee >= 3.0.16
66
Pillow
77
tornado
88
Whoosh
9-
# wtforms==2.3.3 # Deprecated
10-
# wtforms-tornado # the module files were copied into the project.
11-
tornado-wtforms
129
email-validator
1310
psycopg2-binary
1411
redis
1512
pyyaml
1613
openpyxl
1714
requests
1815

19-
# css_html_js_minify # replaced with htmlmin since it needs Python 3.6 above.
2016
jupyter
2117
pyjwt==2.8.0
2218

poetry.lock

-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jwt = "^1.3.1"
3737
pytest = "^8.3.4"
3838
faker = "^36.1.1"
3939
docutils = "^0.21.2"
40-
tornado-wtforms = "^0.0.1"
4140

4241
[build-system]
4342
requires = ["poetry-core"]

setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
'tornado',
3838
'Whoosh',
3939
'WTForms',
40-
'tornado-wtforms',
4140
'email-validator',
4241
'psycopg2-binary',
4342
'html2text',

0 commit comments

Comments
 (0)