We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f90ca97 commit b45e805Copy full SHA for b45e805
requirements.txt
@@ -3,6 +3,7 @@ glfw==1.4.0
3
pyrr==0.8.3
4
Pillow==4.1.1
5
pyrocket==0.2.5
6
+PyWavefront==0.2.0
7
8
# Optional
9
#pygame==1.9.3
setup.py
@@ -30,6 +30,7 @@
30
'pyrr==0.8.3',
31
'Pillow==4.1.1',
32
'pyrocket==0.2.5',
33
+ 'PyWavefront==0.2.0',
34
# 'pygame==1.9.3',
35
],
36
entry_points={'console_scripts': [
0 commit comments