Skip to content

Commit 6e049d8

Browse files
committed
Add .gitignore and update requirements.txt
1 parent 2259b7b commit 6e049d8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: .gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
*.class
22
.vscode
3-
Python3/__pycache__
3+
Python3/__pycache__
4+
Python3/venv/

Diff for: Python3/requirements.txt

+2
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
# To ensure app dependencies are ported from your virtual environment/host machine into your container, run 'pip freeze > requirements.txt' in the terminal to overwrite this file
2+
requests==2.28.1
3+
beautifulsoup4==4.11.1

0 commit comments

Comments
 (0)