Add requirements.txt
This commit is contained in:
parent
b8333af910
commit
92075e7e46
3 changed files with 7 additions and 3 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -1,8 +1,7 @@
|
|||
# Created by https://www.toptal.com/developers/gitignore/api/python,pycharm
|
||||
# Edit at https://www.toptal.com/developers/gitignore?templates=python,pycharm
|
||||
|
||||
urls.txt
|
||||
export/
|
||||
*.csv
|
||||
|
||||
### PyCharm ###
|
||||
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
|
||||
|
@ -291,4 +290,4 @@ poetry.toml
|
|||
# LSP config files
|
||||
pyrightconfig.json
|
||||
|
||||
# End of https://www.toptal.com/developers/gitignore/api/python,pycharm
|
||||
# End of https://www.toptal.com/developers/gitignore/api/python,pycharm
|
||||
|
|
5
requirements.txt
Normal file
5
requirements.txt
Normal 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
0
verein_fetcher.py
Normal file
Loading…
Reference in a new issue