Skip to content

Commit f02ea08

Browse files
committed
Purge Kivy setup setup.py
1 parent 67b736f commit f02ea08

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

setup.py

+1-6
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,5 @@
99
author='Pyfa Team',
1010
author_email='',
1111
description='Fitting tool for EVE Online',
12-
requires=['Cython', 'wheel', 'kivy.deps.sdl2', 'kivy.deps.glew', 'kivy', 'kivy-garden','sqlalchemy', 'pycrest', 'eos']
12+
requires=['sqlalchemy', 'pycrest', 'Flask', 'Flask-SQLAlchemy', 'eos']
1313
)
14-
15-
16-
# Might need these for Kivy
17-
# 'docutils', 'pygments',
18-
# 'kivy.deps.gstreamer',

0 commit comments

Comments
 (0)