1
0
Fork 0
mirror of https://github.com/fastogt/pyfastogt synced 2025-03-09 23:38:55 +00:00

Update setup.py

This commit is contained in:
Alexandr Topilski 2020-03-12 10:46:54 +03:00 committed by GitHub
parent f98cecb886
commit 884022f3cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,8 @@ VERSION = '1.0.0'
REQUIRED = [ REQUIRED = [
'validate_email', 'validate_email',
'distro', 'distro',
'certifi' 'certifi',
'requests'
] ]
# The rest you shouldn't have to touch too much :) # The rest you shouldn't have to touch too much :)