This commit is contained in:
Matthew Hausknecht 2018-12-06 19:35:22 -08:00
Родитель 6a2bf369b2
Коммит ca5c1d5d38
2 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -1 +0,0 @@
numpy

Просмотреть файл

@ -33,7 +33,7 @@ if not os.path.isfile(frotz_c_lib):
setup(name='jericho',
version='1.1.4',
install_requires=open('requirements.txt').readlines(),
install_requires=['numpy'],
description='A python interface to text-based adventure games.',
author='Matthew Hausknecht',
packages=['jericho'],