Skip to content

Commit

Permalink
no, need to specify sqlalchemy version
Browse files Browse the repository at this point in the history
  • Loading branch information
perllaghu committed Jul 10, 2023
1 parent e3178db commit 68b7ca1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,17 @@ classifiers = [
"Intended Audience :: Education",
]

# nbgrader 0.8.4 requires sqlalchemy 2, which breaks Jupyterhub
# pyjwt limited due to djangorestframework-jwt dependencies
# sqlalchemy spec is whatever nbgrader uses!
# sqlalchemy spec is whatever nbgrader uses
dependencies = [
"alembic>=1.6.5",
"jupyterhub>=1.4.1",
"nbgrader==0.8.3", # 0.8.4 requires sqlalchemy 2, which breaks Jupyterhub
"nbgrader==0.8.3",
"psycopg2-binary>=2.8.6",
"pyjwt<2",
"sentry-sdk==1.14.0",
"sqlalchemy>=1.4,<3",
"tornado==6.1",
"tornado-prometheus==0.1.1",
]
Expand Down

0 comments on commit 68b7ca1

Please sign in to comment.