Initial setup to work with Kivy instead of PySide.
This commit is contained in:
parent
750f561880
commit
35742760b3
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue