Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vitiko98 committed May 21, 2022
1 parent d196b78 commit 5852f18
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,14 @@ def read_file(fname):
return f.read()


requirements = read_file("requirements.txt").strip().split()

requirements = [
"pathvalidate",
"requests",
"tqdm",
"pick",
"beautifulsoup4",
"colorama",
]

setup(
name=pkg_name,
Expand Down

0 comments on commit 5852f18

Please sign in to comment.