Skip to content

Missing pypi dependency for isodate #6

@magicbadger

Description

@magicbadger

When using this package as a fresh install from pypi, the module isodate is reported as missing

    from spi.xml import unmarshall
  File "/Users/poor/.pyenv/versions/3.8.0/lib/python3.8/site-packages/spi/xml/__init__.py", line 23, in <module>
    self._target(*self._args, **self._kwargs)
  File "radiovis-server.py", line 45, in launch_provider
    from spi.xml import unmarshall
  File "/Users/poor/.pyenv/versions/3.8.0/lib/python3.8/site-packages/spi/xml/__init__.py", line 23, in <module>
    import isodate

This should be listed as a dependency in the pypi configuration and in the documentation

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions