Browse Source

fix: add missing dependency for PIP

tags/v0.5.2
Jérôme Deuchnord 4 years ago
parent
commit
906a5924a2
No known key found for this signature in database GPG Key ID: A129206624BCD006
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      setup.py

+ 1
- 1
setup.py View File

@@ -38,7 +38,7 @@ setup(
packages=find_packages(), packages=find_packages(),
scripts=['kosmorro'], scripts=['kosmorro'],
include_package_data=True, include_package_data=True,
install_requires=['skyfield>=1.17.0,<2.0.0', 'tabulate', 'numpy>=1.17.0,<2.0.0'],
install_requires=['skyfield>=1.17.0,<2.0.0', 'tabulate', 'numpy>=1.17.0,<2.0.0', 'termcolor'],
classifiers=[ classifiers=[
'Development Status :: 3 - Alpha', 'Development Status :: 3 - Alpha',
'Operating System :: POSIX :: Linux', 'Operating System :: POSIX :: Linux',


Loading…
Cancel
Save