We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b0d1ac commit 205ce99Copy full SHA for 205ce99
requirements.txt
@@ -1,7 +1,7 @@
1
PyOpenGL==3.1.0
2
glfw==1.4.0
3
-pyrr==0.8.2
4
-Pillow==4.0.0
+pyrr==0.8.3
+Pillow==4.1.1
5
pyrocket==0.2.5
6
7
# Optional
setup.py
@@ -2,7 +2,7 @@
setup(
name="demosys-py",
- version="0.3.12",
+ version="0.3.13",
description="Modern OpenGL 3.3+ Framework inspired by Django",
long_description=open('README.rst').read(),
8
url="https://github.com/Contraz/demosys-py",
@@ -27,8 +27,8 @@
27
install_requires=[
28
'PyOpenGL==3.1.0',
29
'glfw==1.4.0',
30
- 'pyrr==0.8.2',
31
- 'Pillow==4.0.0',
+ 'pyrr==0.8.3',
+ 'Pillow==4.1.1',
32
'pyrocket==0.2.5',
33
# 'pygame==1.9.3',
34
],
0 commit comments