Skip to content

Commit

Permalink
add paginate to the conda env
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab committed Jan 4, 2024
1 parent 4f42739 commit 0c2bce0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion conda/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ dependencies:
- pip
- python 3.8.1
- poetry
- virtualenv >= 20.25.0
- pip:
- paginate >=0.5
3 changes: 2 additions & 1 deletion conda/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ dependencies:
- python 3.10.* # min version supported
- poetry
- nodejs >=18.17 # used by semantic-release
- virtualenv >= 20.25.0
- pip:
- paginate >=0.5

0 comments on commit 0c2bce0

Please sign in to comment.