We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9058b22 commit 0abf80dCopy full SHA for 0abf80d
requirements-test.txt
@@ -1,2 +1,2 @@
1
pytest==3.7.2
2
-PyQt5==5.11.2
+PyQt5==5.11.3
setup.py
@@ -27,11 +27,11 @@
27
],
28
install_requires=[
29
'moderngl==5.4.2',
30
- 'pyrr==0.9.2',
31
- 'Pillow==5.2.0',
+ 'pyrr==0.10.0',
+ 'Pillow==5.3.0',
32
'pyrocket==0.2.8',
33
- 'PyWavefront==0.4.1',
34
- 'PyQt5==5.11.2',
+ 'PyWavefront==1.0.2 ',
+ 'PyQt5==5.11.3',
35
36
extras_require={
37
"glfw": ['glfw==1.7.0'],
0 commit comments