Skip to content

Commit

Permalink
Merge branch 'main' into action_network
Browse files Browse the repository at this point in the history
  • Loading branch information
bmos committed Jul 1, 2024
2 parents e48d195 + 5f71176 commit b15d774
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
6 changes: 3 additions & 3 deletions fake_membership_list/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
attrs==23.2.0
faker_education==1.2.1
Faker==24.11.0
Faker==26.0.0
mapbox==0.18.1
numpy==1.26.4
numpy==2.0.0
pandas==2.2.2
python-dateutil==2.9.0.post0
ratelimit==2.2.1
tqdm==4.66.2
tqdm==4.66.4
17 changes: 9 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,25 @@ license = { "file" = "LICENSE" }
authors = [{ "name" = "bmos", "email" = "wil.t.dsa@pm.me" }]
urls = { "GitHub" = "https://github.com/MaineDSA/membership_dashboard" }
dependencies = [
"dash==2.16.1",
"dash==2.17.1",
"dash-bootstrap-components==1.6.0",
"dash-bootstrap-templates==1.1.2",
"dash-bootstrap-templates==1.2.0",
"mapbox==0.18.1",
"numpy>=1.26.4,<2",
"pandas==2.2.2",
"parsons==3.1.0",
"pandera==0.18.3",
"plotly==5.21.0",
"pandera==0.20.1",
"plotly==5.22.0",
"python-dotenv==1.0.1",
"ratelimit==2.2.1",
"tqdm==4.66.2"
"tqdm==4.66.4"
]

[project.optional-dependencies]
dev = [
"pre-commit==3.7.0",
"pytest==8.1.1",
"ruff==0.4.1"
"pre-commit==3.7.1",
"pytest==8.2.2",
"ruff==0.5.0"
]
github-actions = [
"pytest-cov==5.0.0",
Expand Down

0 comments on commit b15d774

Please sign in to comment.