Skip to content

Commit

Permalink
- slowly restructuring to my new base api module
Browse files Browse the repository at this point in the history
  • Loading branch information
EchterAlsFake committed Feb 25, 2024
1 parent 77b694c commit a89e2ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
version="1.2",
packages=find_packages(),
install_requires=[
"requests", "bs4", "lxml", "ffmpeg-progress-yield"
"requests", "bs4", "lxml", "ffmpeg-progress-yield", "eaf_base_api"
],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit a89e2ad

Please sign in to comment.