Skip to content

Commit

Permalink
dependency clean up. pyYAML is installed via FtM
Browse files Browse the repository at this point in the history
  • Loading branch information
sunu committed Oct 22, 2021
1 parent 323cfe7 commit 279de7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
namespace_packages=[],
include_package_data=True,
zip_safe=False,
install_requires=["memorious", "datafreeze"],
install_requires=["memorious", "datafreeze", "newspaper3k"],
entry_points={"memorious.plugins": ["example = example:init"]},
)
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,9 @@
"PySocks == 1.7.1",
"requests_ftp",
"lxml >= 4",
"PyYAML == 6.0",
"normality >= 2.1.1, < 3.0.0",
"tabulate",
"python-dateutil == 2.8.2",
"python-dateutil >= 2.8.2, < 3.0.0",
"dataset >= 1.0.8",
"servicelayer[google,amazon] == 1.18.2",
"pantomime == 0.5.1",
Expand All @@ -48,7 +47,6 @@
"stringcase",
"flask",
"babel",
"newspaper3k >= 0.2.8",
],
entry_points={
"console_scripts": ["memorious = memorious.cli:main"],
Expand Down

0 comments on commit 279de7f

Please sign in to comment.