Skip to content
Snippets Groups Projects
  • thomaswoehlke's avatar
    013745f6
    ### 0.0.10 Release · 013745f6
    thomaswoehlke authored
    * Issue #24 update_data
    * Issue #26 /admin/database/dump
    * Issue #28 /admin/database/import
    * Fixed #29 /who/info
    * Fixed #30 /europa/info
    * Fixed #31 /rki/info
    * Fixed #32 /nrw/info
    * Issue #33 /europe/date_reported
    * Issue #34 /europe/continent
    * Issue #35 /europe/country
    * Issue #36 /europe/data
    * Fixed #37 switch from RabbitMQ to Redis
    * Fixed #38 update Celery from 4 to 5
    013745f6
    History
    ### 0.0.10 Release
    thomaswoehlke authored
    * Issue #24 update_data
    * Issue #26 /admin/database/dump
    * Issue #28 /admin/database/import
    * Fixed #29 /who/info
    * Fixed #30 /europa/info
    * Fixed #31 /rki/info
    * Fixed #32 /nrw/info
    * Issue #33 /europe/date_reported
    * Issue #34 /europe/continent
    * Issue #35 /europe/country
    * Issue #36 /europe/data
    * Fixed #37 switch from RabbitMQ to Redis
    * Fixed #38 update Celery from 4 to 5
setup.cfg 152 B
[metadata]
name = covid19python
version = 0.0.10

[options]
packages = covid19python
install_requires =
  requests
  importlib; python_version >= "3.7"