Skip to content

Commit 8ad1d39

Browse files
Day 22 - Scraping Stackoverflow.com to Master Python
1 parent 88fd2a7 commit 8ad1d39

File tree

4 files changed

+3582
-0
lines changed

4 files changed

+3582
-0
lines changed

tutorial-reference/Day 22/Pipfile

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[[source]]
2+
name = "pypi"
3+
url = "https://pypi.org/simple"
4+
verify_ssl = true
5+
6+
[dev-packages]
7+
8+
[packages]
9+
jupyter = "*"
10+
requests = "*"
11+
requests-html = "*"
12+
13+
[requires]
14+
python_version = "3.8"

0 commit comments

Comments
 (0)