aboutsummaryrefslogtreecommitdiffstats
path: root/requirements.txt
blob: 8a78881178c31d7519ca9d7acee675e08904065d (plain)
1
2
3
4
5
6
7
8
9
10
numpy==1.16.6; python_version < '3'
numpy; python_version >= '3'
# setuptools from v45+ removed the support for Python 2, so we pin an old release
setuptools==44.0.0; python_version < '3'
setuptools; python_version >= '3'
sphinx
six
wheel>=0.35
PyOpenGL
pyinstaller==3.6