Remove extraneous semicolon.

This commit is contained in:
Itamar Turner-Trauring 2020-07-03 13:15:13 -04:00
parent 12691eb597
commit 83182e1d38

View File

@ -55,8 +55,8 @@ install_requires = [
# * foolscap >= 0.12.6 has an i2p.sam_endpoint() that takes kwargs
# * foolscap 0.13.2 drops i2p support completely
# * foolscap >= 20.4 is necessary for Python 3
"foolscap == 0.13.1; ; python_version < '3.0'",
"foolscap >= 20.4.0; ; python_version > '3.0'",
"foolscap == 0.13.1 ; python_version < '3.0'",
"foolscap >= 20.4.0 ; python_version > '3.0'",
# * cryptography 2.6 introduced some ed25519 APIs we rely on. Note that
# Twisted[conch] also depends on cryptography and Twisted[tls]