Initial setup to work with Kivy instead of PySide.

This commit is contained in:
Dorian 2014-09-16 08:00:25 -04:00
parent 750f561880
commit 35742760b3
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
# Requirements for basic operation of the game. # Requirements for basic operation of the game.
# User interface # User interface
PySide==1.2.2 kivy
Markdown==2.4.1 Markdown==2.4.1
PyOpenGL>=3.0.0
# Core logic # Core logic
enum34==0.9.19 enum34==0.9.19