setup.py: don't require 'gi'

Turns out this is not the gi.repository but a different package:
    'Command line to private gist.  Example: gi.py myFile'

It's incompatible with python3 and fails on import and seems to conflict with
gi.repository (also, the upstream seems dead).

Fixes #103
pull/119/head
Peter Hutterer 2018-03-06 10:56:18 +10:00 committed by Benjamin Tissoires
parent 7e751d45c8
commit b749cad77e
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ setup(name='tuhi',
python_requires='>=3.6',
install_requires=[
'svgwrite',
'gi',
'xdg',
]
)