Skip to content

Commit

Permalink
Add pymysql to requirements.txt and setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RichieHakim committed Mar 21, 2024
1 parent 6116023 commit d390763
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ seaborn
sparse
scipy
sqlalchemy
pymysql
xxhash
wandb
torch
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ def read_requirements():
'eva_decord',
'wandb',
'sqlalchemy',
'pymysql',
]}

deps_advanced = {dep: deps_all_dict[dep] for dep in [
Expand Down

0 comments on commit d390763

Please sign in to comment.