You've already forked snikket-web-portal
wtforms 3.0 is incompatible with our code. A separate issue will be
filed to address the incompatibilities, but this should be enough to get
working images out of it.
With 3.x, we're seeing:
```
File "/home/horazont/Projects/python/snikket-web-portal/snikket_web/main.py", line 35, in LoginForm
address = wtforms.TextField(
AttributeError: module 'wtforms' has no attribute 'TextField'
```
and the portal fails to start.
10 lines
150 B
Plaintext
10 lines
150 B
Plaintext
aiohttp~=3.6
|
|
quart~=0.11,<0.15
|
|
flask-wtf~=0.14
|
|
hsluv~=0.0.2
|
|
flask-babel~=1.0
|
|
email-validator~=1.1
|
|
environ-config~=20.0
|
|
wtforms~=2.3
|
|
typing-extensions
|