Skip to content

Commit

Permalink
Update Pipfile
Browse files Browse the repository at this point in the history
  • Loading branch information
toxic-for-code authored Oct 7, 2024
1 parent 02a8779 commit 9b8c4bf
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -1,25 +1,19 @@
[[source]]

url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"


[packages]
#updated packages

python-telegram-bot = "*"
"bs4" = "*"
bs4 = "*"
requests = "*"
pillow = "*"
paramiko = "*"
moviepy = "*"

beautifulsoup4 = "*"
pipenv = "*"

[dev-packages]



[requires]

python_version = "3.12"

0 comments on commit 9b8c4bf

Please sign in to comment.