Skip to content

Commit

Permalink
Avoid dependency pitfall
Browse files Browse the repository at this point in the history
  • Loading branch information
cjackal committed Jul 29, 2023
1 parent 5d408ed commit b24ab37
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion py-polars/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ fsspec
s3fs[boto3]

# Tooling
flask!=2.2.0,!=2.2.1 # Required for moto.server w/o installing all moto[server] dependencies
flask-cors # Required for moto.server w/o installing all moto[server] dependencies
hypothesis==6.82.0
maturin==1.1.0
moto[server]==4.1.13 # Need moto.server to mock s3fs - see aio-libs/aiobotocore#755
moto[s3]==4.1.13 # Need moto.server to mock s3fs - see aio-libs/aiobotocore#755
patchelf; platform_system == 'Linux' # Extra dependency for maturin, only for Linux
pytest==7.4.0
pytest-cov==4.1.0
Expand Down

0 comments on commit b24ab37

Please sign in to comment.