We can use the "compatibility" comparison now.

This commit is contained in:
Jean-Paul Calderone 2019-08-13 19:11:44 -04:00
parent f1bc71811e
commit e977395808
1 changed files with 2 additions and 5 deletions

View File

@ -94,11 +94,8 @@ install_requires = [
"magic-wormhole >= 0.10.2", "magic-wormhole >= 0.10.2",
# Eliot is contemplating dropping Python 2 support. Stick to a version we # Eliot is contemplating dropping Python 2 support. Stick to a version we
# know works on Python 2.7. Because we don't have support for `==` # know works on Python 2.7.
# constraints, pin 1.7.x this way. I feel pretty safe betting that we "eliot ~= 1.7",
# won't end up stuck on Eliot 1.7.100 with a critical fix only present in
# 1.7.101. And if we do, I know how to deal with that situation.
"eliot >= 1.7.0, <= 1.7.100",
# A great way to define types of values. # A great way to define types of values.
"attrs >= 18.2.0", "attrs >= 18.2.0",