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 d1dc797 commit 88771c0Copy full SHA for 88771c0
requirements.txt
@@ -1,3 +1,4 @@
1
+PyOpenGL==3.1.0
2
glfw==1.6.0
3
moderngl==5.2.1
4
pyrr==0.9.2
setup.py
@@ -25,6 +25,7 @@
25
'Topic :: Software Development :: Libraries :: Application Frameworks',
26
],
27
install_requires=[
28
+ 'PyOpenGL==3.1.0',
29
'glfw==1.6.0',
30
'moderngl==5.2.1',
31
'pyrr==0.9.2',
0 commit comments