Browse Source

Pin marshmallow version to < 3.0

marshmallow 3.0 is now released, after being in RC stage for quite a
long time. Tildes's usage of it will require a bunch of updates, so I'm
just going to pin it to a 2.x version for now.
merge-requests/82/merge
Deimos 5 years ago
parent
commit
6031f9da25
  1. 1
      tildes/requirements-to-freeze.txt

1
tildes/requirements-to-freeze.txt

@ -10,6 +10,7 @@ freezegun
gunicorn gunicorn
html5lib html5lib
ipython ipython
marshmallow<3.0 # 3.0+ requires significant updates
mypy mypy
mypy-extensions mypy-extensions
Pillow Pillow

Loading…
Cancel
Save