Skip to content

Commit

Permalink
updated requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
why-not-try-calmer committed Dec 19, 2023
1 parent 6aa4d40 commit eb16776
Showing 1 changed file with 37 additions and 4 deletions.
41 changes: 37 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,40 @@
nose2==0.14.0
psycopg2-binary==2.9.9 # on Debian derivates this requires `libpq-dev`
asgiref==3.7.2
# via django
django==5.0
# via -r requirements.in
et-xmlfile==1.1.0
# via openpyxl
icalendar==5.0.11
# via -r requirements.in
nose2==0.14.0
# via -r requirements.in
numpy==1.26.2
# via pandas
openpyxl==3.1.2
Django==5.0
plotly==5.18.0
# via -r requirements.in
packaging==23.2
# via plotly
pandas==2.1.4
# via -r requirements.in
plotly==5.18.0
# via -r requirements.in
psycopg2-binary==2.9.9
# via -r requirements.in
python-dateutil==2.8.2
# via
# icalendar
# pandas
pytz==2023.3.post1
# via
# icalendar
# pandas
six==1.16.0
# via python-dateutil
sqlparse==0.4.4
# via django
tenacity==8.2.3
# via plotly
typing-extensions==4.9.0
# via asgiref
tzdata==2023.3
# via pandas

0 comments on commit eb16776

Please sign in to comment.