Skip to content

Commit

Permalink
Updated setup.py and requirements.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianWeiHaoMa committed Dec 24, 2024
1 parent 2a867dd commit c902e3f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified requirements.txt
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
],

python_requires='>=3.10',
packages=find_packages(exclude=("tests", "helper_scripts",)),
packages=find_packages(exclude=("tests", "scripts", "_scripts")),
install_requires=[
'pandas>=2.2.0, <3.0.0',
'requests>=2.32.0, <3.0.0',
Expand Down

0 comments on commit c902e3f

Please sign in to comment.