Skip to content

Commit 0abf80d

Browse files
committed
Bump all depending packages to latest version
1 parent 9058b22 commit 0abf80d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

requirements-test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pytest==3.7.2
2-
PyQt5==5.11.2
2+
PyQt5==5.11.3

setup.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
],
2828
install_requires=[
2929
'moderngl==5.4.2',
30-
'pyrr==0.9.2',
31-
'Pillow==5.2.0',
30+
'pyrr==0.10.0',
31+
'Pillow==5.3.0',
3232
'pyrocket==0.2.8',
33-
'PyWavefront==0.4.1',
34-
'PyQt5==5.11.2',
33+
'PyWavefront==1.0.2 ',
34+
'PyQt5==5.11.3',
3535
],
3636
extras_require={
3737
"glfw": ['glfw==1.7.0'],

0 commit comments

Comments
 (0)