Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Commit

Permalink
Added pipfile for easy dependency installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fra3zz committed May 2, 2024
1 parent bc94731 commit 0420832
Show file tree
Hide file tree
Showing 2 changed files with 180 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
requests = '2.31.0'
beautifulsoup4 = '4.12.3'

[dev-packages]

[requires]
python_version = "3.12"
167 changes: 167 additions & 0 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0420832

Please sign in to comment.