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

This commit is contained in:
Felix Fontein
2021-09-12 17:21:10 +02:00
committed by GitHub
parent 330b30d5d2
commit 170fa40014

View File

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