Share initial script

This commit is contained in:
2019-08-26 00:51:40 +02:00
parent cce4c3c955
commit 795222fbbe
6 changed files with 165 additions and 117 deletions

12
Pipfile Normal file
View File

@ -0,0 +1,12 @@
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
pyowm = "*"
[dev-packages]
[requires]
python_version = "3.7"