MycroftAI / skill-weather

Mycroft AI official Weather Skill, providing weather conditions and forecasts.
https://mycroft.ai/skills
Apache License 2.0
19 stars 59 forks source link

Removed required python packages that are no longer used by the skill #169

Closed chrisveilleux closed 3 years ago

chrisveilleux commented 3 years ago

Description

The recent refactor of this skill removed the need for any of the third party Python packages in requirements.txt. However, the packages are still listed in the file.

Type of PR

If your PR fits more than one category, there is a high chance you should submit more than one PR. Please consider this carefully before opening the PR. Either delete those that do not apply, or add an x between the square brackets like so: - [x]

Testing

Install skill. It should work as before.

Documentation

Not applicable for this PR