MAINT: Prevent install in unsupported python

Prevents issues like #76
pull/86/head
Kyle Sunden 2019-01-11 11:25:07 -06:00 zatwierdzone przez GitHub
rodzic 3ac8e59dec
commit 17623fbad1
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -29,6 +29,7 @@ setup(
'Programming Language :: Python :: 3.6',
],
packages=['toot', 'toot.ui'],
python_requires=">=3.3",
install_requires=[
"requests>=2.13,<3.0",
"beautifulsoup4>=4.5.0,<5.0",