Let Eliot pull it in

This commit is contained in:
Jean-Paul Calderone 2022-12-02 11:34:48 -05:00
parent b56f53b77c
commit 6b2b0429c2

View File

@ -100,10 +100,6 @@ install_requires =
# A new enough version to support custom JSON encoders. # A new enough version to support custom JSON encoders.
eliot >= 1.13.0 eliot >= 1.13.0
# Pyrsistent 0.17.0 (which we use by way of Eliot) has dropped
# Python 2 entirely; stick to the version known to work for us.
pyrsistent
# A great way to define types of values. # A great way to define types of values.
attrs >= 18.2.0 attrs >= 18.2.0