Skip to content

Commit

Permalink
FIX #11: add PyOpenGL as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
abhikpal committed Aug 29, 2017
1 parent bef0436 commit c76c162
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion p5/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
__title__ = 'p5'
__description__ = 'Creative coding in Python'
__url__ = 'https://p5py.github.io'
__version__ = '0.3.0a1'
__version__ = '0.3.0a2'
__author__ = 'Abhik Pal'
__author_email__ = 'theabhikpal@gmail.com'
__license__ = ' GNU GPLv3'
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
packages = ['p5']

requires = [
'PyOpenGL',
'pyglet',
'numpy'
]
Expand Down

0 comments on commit c76c162

Please sign in to comment.