Browse Source

fix: add missing dependency

tags/v1.0.1
Jérôme Deuchnord 2 years ago
parent
commit
ec255daefd
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      setup.py

+ 1
- 0
setup.py View File

@@ -38,6 +38,7 @@ setup(
packages=["kosmorrolib"],
install_requires=[
"skyfield>=1.21.0,<2.0.0",
"skyfield-data>=3.0.0,<4.0.0",
"numpy>=1.17.0,<2.0.0",
"python-dateutil",
],


Loading…
Cancel
Save