Skip to content

Commit

Permalink
Remove pandas dep and update typer
Browse files Browse the repository at this point in the history
  • Loading branch information
gwenwindflower committed Apr 8, 2024
1 parent aadb3aa commit e316508
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 23 deletions.
3 changes: 1 addition & 2 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
numpy
pandas
Faker
typer[all]
typer
22 changes: 1 addition & 21 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,12 @@
# uv pip compile requirements.in -o requirements.txt
click==8.1.7
# via typer
colorama==0.4.6
# via typer
faker==24.4.0
markdown-it-py==3.0.0
# via rich
mdurl==0.1.2
# via markdown-it-py
numpy==1.26.4
# via pandas
pandas==2.2.1
pygments==2.17.2
# via rich
python-dateutil==2.9.0.post0
# via
# faker
# pandas
pytz==2024.1
# via pandas
rich==13.7.1
# via typer
shellingham==1.5.4
# via typer
# via faker
six==1.16.0
# via python-dateutil
typer==0.10.0
typing-extensions==4.10.0
# via typer
tzdata==2024.1
# via pandas

0 comments on commit e316508

Please sign in to comment.