Add requirements.txt
This commit is contained in:
parent
b8333af910
commit
92075e7e46
3 changed files with 7 additions and 3 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -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
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