Skip to content

Commit

Permalink
chore: remove cython from requirements.txt (#464)
Browse files Browse the repository at this point in the history
This is fine since pyproject.yaml specifies it as a build dependency
  • Loading branch information
BobTheBuidler authored Dec 1, 2024
1 parent ffb6bbe commit 9038a73
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
aiolimiter==1.0.0
async_lru_threadsafe==2.0.4
async_property==0.2.1
Cython>=3.0.11
typed_envs>=0.0.2
typed_envs>=0.0.5
typing_extensions>=4.1.0 # typing_extensions.Unpack was introduced in 4.1.0

0 comments on commit 9038a73

Please sign in to comment.