1
0
Fork 0
mirror of https://github.com/fastogt/pyfastogt synced 2025-02-12 13:11:54 +00:00

Update setup.py

This commit is contained in:
Alexandr Topilski 2020-07-17 09:03:39 +03:00 committed by GitHub
parent ca7f0dbae8
commit 63ee159cb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ VERSION = '1.0.0'
# What packages are required for this module to be executed?
REQUIRED = [
'dnspython>=1.15.0, <2.0',
'dnspython<2.0,>=1.15.0',
'email-validator',
'distro',
'certifi',