Skip to content

Commit

Permalink
chore: use pipenv
Browse files Browse the repository at this point in the history
  • Loading branch information
iamtalhaasghar committed Jun 14, 2023
1 parent 58b04d1 commit 2edd0dd
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
requests = "*"
pyreadline3 = "*"
pyperclip = "*"
youtube-search-python = ">=1.6.5"
yt-dlp = "*"
colorama = "*"
pylast = "*"

[dev-packages]

[requires]
python_version = "3.11"

0 comments on commit 2edd0dd

Please sign in to comment.