Skip to content

Commit

Permalink
Updated .gitignore and requirements.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmynotjames committed Apr 26, 2024
1 parent 0a3dcee commit e8e6042
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
local.py
.vscode/*
.vscode/*
venv/*
29 changes: 24 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
certifi==2020.12.5
chardet==4.0.0
idna==2.10
requests==2.25.1
urllib3==1.26.2
beautifulsoup4==4.12.3
certifi==2024.2.2
charset-normalizer==3.3.2
idna==3.7
ioutil==1.0.3
local==1.0.0
lyricsgenius==3.0.1
numpy==1.26.4
pandas==2.2.2
pyarrow==16.0.0
pyperclip==1.8.2
python-dateutil==2.9.0.post0
pytz==2024.1
requests==2.31.0
Send2Trash==1.8.3
six==1.16.0
soupsieve==2.5
speedtest-cli==2.1.3
srutil==1.0.3
tabulate==0.9.0
toml==0.10.2
tzdata==2024.1
urllib3==2.2.1
wikipedia==1.4.0

0 comments on commit e8e6042

Please sign in to comment.