Skip to content

Commit

Permalink
Clean up requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego committed Sep 5, 2023
1 parent 0f90990 commit e756fcb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions py-polars/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@ patchelf; platform_system == 'Linux' # Extra dependency for maturin, only for L
pytest==7.4.0
pytest-cov==4.1.0
pytest-xdist==3.3.1
moto[server]==4.1.14 # Need moto.server to mock s3fs - see aio-libs/aiobotocore#755
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

# Need moto.server to mock s3fs - see: https://github.com/aio-libs/aiobotocore/issues/755
moto[s3]==4.1.14
flask
flask-cors

# Stub files
pandas-stubs

0 comments on commit e756fcb

Please sign in to comment.