Skip to content

Commit 25c4e04

Browse files
committed
bump requirements
1 parent 17a90fd commit 25c4e04

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ def _warn_node(self, msg, node, **kwargs):
7777
# built documents.
7878
#
7979
# The short X.Y version.
80-
version = '1.0.5'
80+
version = '1.0.6'
8181
# The full version, including alpha/beta/rc tags.
82-
release = '1.0.5'
82+
release = '1.0.6'
8383

8484
# The language for content autogenerated by Sphinx. Refer to documentation
8585
# for a list of supported languages.

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
glfw==1.6.0
2-
moderngl==5.3.0
2+
moderngl==5.4.2
33
pyrr==0.9.2
4-
Pillow==5.1.0
4+
Pillow==5.2.0
55
pyrocket==0.2.7
66
PyWavefront==0.4.1
77
# https://github.com/einarf/PyWavefront/archive/binary-cache.zip#egg=PyWavefront

setup.py

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

33
setup(
44
name="demosys-py",
5-
version="1.0.5",
5+
version="1.0.6",
66
description="Modern OpenGL 3.3+ Framework inspired by Django",
77
long_description=open('README.md').read(),
88
long_description_content_type='text/markdown',
@@ -27,12 +27,11 @@
2727
],
2828
install_requires=[
2929
'glfw==1.6.0',
30-
'moderngl==5.3.0',
30+
'moderngl==5.4.2',
3131
'pyrr==0.9.2',
32-
'Pillow==5.1.0',
32+
'Pillow==5.2.0',
3333
'pyrocket==0.2.7',
3434
'PyWavefront==0.4.1',
35-
# 'pygame==1.9.3',
3635
],
3736
entry_points={'console_scripts': [
3837
'demosys-admin = demosys.core.management:execute_from_command_line',

0 commit comments

Comments
 (0)