Commit 947c60a7 authored by Cody Zacharias's avatar Cody Zacharias Committed by GitHub

Update dependencies and Python version.

parent 93a13cbf
...@@ -10,13 +10,13 @@ DESCRIPTION = 'An advanced Twitter scraping & OSINT tool.' ...@@ -10,13 +10,13 @@ DESCRIPTION = 'An advanced Twitter scraping & OSINT tool.'
URL = 'https://github.com/twintproject/twint' URL = 'https://github.com/twintproject/twint'
EMAIL = 'codyzacharias@pm.me' EMAIL = 'codyzacharias@pm.me'
AUTHOR = 'Cody Zacharias' AUTHOR = 'Cody Zacharias'
REQUIRES_PYTHON = '>=3.5.0' REQUIRES_PYTHON = '>=3.6.0'
VERSION = None VERSION = None
# Packages required # Packages required
REQUIRED = [ REQUIRED = [
'aiohttp', 'aiodns', 'beautifulsoup4', 'cchardet', 'aiohttp', 'aiodns', 'beautifulsoup4', 'cchardet',
'elasticsearch', 'pysocks', 'pandas' 'elasticsearch', 'pysocks', 'pandas', 'aiohttp_socks', 'schedule', 'geopy'
] ]
here = os.path.abspath(os.path.dirname(__file__)) here = os.path.abspath(os.path.dirname(__file__))
...@@ -48,7 +48,6 @@ setup( ...@@ -48,7 +48,6 @@ setup(
'License :: OSI Approved :: MIT License', 'License :: OSI Approved :: MIT License',
'Programming Language :: Python', 'Programming Language :: Python',
'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6' 'Programming Language :: Python :: 3.6'
], ],
) )
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment