Skip to content

Commit

Permalink
deps: replace poetry with hatching
Browse files Browse the repository at this point in the history
  • Loading branch information
himkt committed May 19, 2024
1 parent c0aac1a commit 30669e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ build:

requirements:
host:
- python >=3.8
- hatchling
- pip
- python >=3.8,<4.0
- poetry >=1.0.2
run:
- python >=3.8.0,<4.0.0
- python >=3.8
- requests <3.0.0
run_constrained:
- janome >=0.5.0,<0.6.0
Expand Down

0 comments on commit 30669e1

Please sign in to comment.