Skip to content

Commit f5d6b59

Browse files
fix images
1 parent 4014d38 commit f5d6b59

4 files changed

Lines changed: 17 additions & 23 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ pytest --cov=study_smart tests/
5353

5454
## Google Calendar Integration
5555

56-
To use the Google Calendar import feature, you need to set up your own Google OAuth credentials:
56+
To use the Google Calendar import and export feature, you need to set up your own Google OAuth credentials:
5757

5858
1. Go to Google Cloud Console (https://console.cloud.google.com)
5959
2. Create a new project

docs/report.ipynb

Lines changed: 9 additions & 15 deletions
Large diffs are not rendered by default.

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ classifiers = [
1818
license = "MIT"
1919
license-files = ["LICEN[CS]E*"]
2020
dependencies = [
21-
"pandas",
22-
"plotly",
21+
"pandas>=2.2.2",
22+
"plotly>=5.24.1",
2323
"dash>=2.4.0",
24-
"dash-bootstrap-components",
25-
"openpyxl",
26-
"google-auth",
27-
"google-auth-oauthlib",
28-
"google-api-python-client",
24+
"dash-bootstrap-components>=2.0.4",
25+
"openpyxl>=3.1.5",
26+
"google-auth>=2.52.0",
27+
"google-auth-oauthlib>=1.4.0",
28+
"google-api-python-client>=2.196.0",
2929
]
3030
[project.optional-dependencies]
3131
dev = [

src/my_studysmart.xlsx

-539 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)