Add requirements.txt

This commit is contained in:
Julius Freudenberger 2023-05-15 08:52:24 +02:00
parent b8333af910
commit 92075e7e46
3 changed files with 7 additions and 3 deletions

3
.gitignore vendored
View file

@ -1,8 +1,7 @@
# Created by https://www.toptal.com/developers/gitignore/api/python,pycharm # Created by https://www.toptal.com/developers/gitignore/api/python,pycharm
# Edit at https://www.toptal.com/developers/gitignore?templates=python,pycharm # Edit at https://www.toptal.com/developers/gitignore?templates=python,pycharm
urls.txt *.csv
export/
### PyCharm ### ### PyCharm ###
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider

5
requirements.txt Normal file
View file

@ -0,0 +1,5 @@
certifi==2023.5.7
charset-normalizer==3.1.0
idna==3.4
requests==2.30.0
urllib3==2.0.2

0
verein_fetcher.py Normal file
View file