Skip to content

Commit 4829f79

Browse files
committed
Bump version and requirements
1 parent 18936a8 commit 4829f79

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

setup.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="demosys-py",
5-
version="0.4.0",
5+
version="1.0.0",
66
description="Modern OpenGL 3.3+ Framework inspired by Django",
77
long_description=open('README.rst').read(),
88
url="https://github.com/Contraz/demosys-py",
@@ -26,11 +26,12 @@
2626
],
2727
install_requires=[
2828
'PyOpenGL==3.1.0',
29-
'glfw==1.4.0',
30-
'pyrr==0.8.3',
31-
'Pillow==4.1.1',
29+
'glfw==1.6.0',
30+
'moderngl==5.2.1',
31+
'pyrr==0.9.2',
32+
'Pillow==5.1.0',
3233
'pyrocket==0.2.5',
33-
'PyWavefront==0.2.0',
34+
'PyWavefront==0.3.2',
3435
# 'pygame==1.9.3',
3536
],
3637
entry_points={'console_scripts': [

0 commit comments

Comments
 (0)