Officially remove FormEncode dependency
This commit is contained in:
parent
33e345f4ae
commit
f636b98cb3
2 changed files with 0 additions and 17 deletions
6
setup.py
6
setup.py
|
@ -64,12 +64,6 @@ requires = [
|
|||
#
|
||||
# package # low high
|
||||
|
||||
# For now, let's restrict FormEncode to 1.2 since the 1.3 release
|
||||
# introduces some deprecation warnings. Once we're running 1.2 everywhere
|
||||
# in production, we can start looking at adding 1.3 support.
|
||||
# TODO: Remove this restriction.
|
||||
'FormEncode<=1.2.99', # 1.2.4 1.2.6
|
||||
|
||||
# TODO: Pyramid 1.9 looks like it breaks us..? playing it safe for now..
|
||||
'pyramid<1.9', # 1.3b2 1.8.3
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue