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 18936a8 commit 4829f79Copy full SHA for 4829f79
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name="demosys-py",
5
- version="0.4.0",
+ version="1.0.0",
6
description="Modern OpenGL 3.3+ Framework inspired by Django",
7
long_description=open('README.rst').read(),
8
url="https://github.com/Contraz/demosys-py",
@@ -26,11 +26,12 @@
26
],
27
install_requires=[
28
'PyOpenGL==3.1.0',
29
- 'glfw==1.4.0',
30
- 'pyrr==0.8.3',
31
- 'Pillow==4.1.1',
+ 'glfw==1.6.0',
+ 'moderngl==5.2.1',
+ 'pyrr==0.9.2',
32
+ 'Pillow==5.1.0',
33
'pyrocket==0.2.5',
- 'PyWavefront==0.2.0',
34
+ 'PyWavefront==0.3.2',
35
# 'pygame==1.9.3',
36
37
entry_points={'console_scripts': [
0 commit comments