ipaddress is part of stdlib for Python 3. (#275)

pull/277/head
Felix Fontein 2021-09-12 17:21:10 +02:00 committed by GitHub
parent 330b30d5d2
commit 170fa40014
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
cryptography
ipaddress
ipaddress ; python_version < '3.0'
pyopenssl
unittest2 ; python_version < '2.7'