Officially remove FormAlchemy dependency (yay!)

This commit is contained in:
Lance Edgar 2018-02-11 23:25:54 -06:00
parent cb8db266cd
commit 33e345f4ae
3 changed files with 0 additions and 7 deletions

View file

@ -70,10 +70,6 @@ requires = [
# TODO: Remove this restriction.
'FormEncode<=1.2.99', # 1.2.4 1.2.6
# FormAlchemy 1.5 supports Python 3 but is being a little aggressive about
# it, for our needs...We'll have to stick with 1.4 for now.
u'FormAlchemy<=1.4.99', # 1.4.3
# TODO: Pyramid 1.9 looks like it breaks us..? playing it safe for now..
'pyramid<1.9', # 1.3b2 1.8.3