Skip to content

Commit

Permalink
update: move requirements to setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
mutantsan committed Jul 9, 2024
1 parent c52aab5 commit ba88127
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 0 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +0,0 @@
plotly==5.21.0
pandas>=2.0.0
pyarrow>=16.0.0
redis>=5.0.0
5 changes: 5 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ packages = find:
namespace_packages = ckanext
install_requires =
typing-extensions>=4.3.0
pandas>=2.0.0,<3.0.0
pyarrow>=16.0.0,<17.0.0
plotly>=5.21.0,<6.0.0
redis>=5.0.0,<6.0.0

include_package_data = True

[options.entry_points]
Expand Down

0 comments on commit ba88127

Please sign in to comment.