Skip to content

Commit

Permalink
Add convert requirements to service pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
meffmadd committed Jan 16, 2024
1 parent 4ecda9b commit ffeeabc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion grader_service/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies = [
"tornado>=6.2",
"isodate>=0.6.1",
"six==1.16.0",
"traitlets>=5.0.5",
"traitlets>=5.1.1",
"tornado_sqlalchemy>=0.7.0",
"typing-extensions>=3.10.0.2",
"urllib3>=1.26.6",
Expand All @@ -35,6 +35,11 @@ dependencies = [
"PyJWT>=2.4.0",
"cryptography>=38.0.3",
"psycopg2-binary>= 2.9.5",
"jupyter_core>=4.7.1",
"nbformat>=5.4.0",
"python-dateutil>=2.8.2",
"jupyter-client>=7.1.1",
"nbconvert>=6.4.0",
]

[tool.setuptools]
Expand Down

0 comments on commit ffeeabc

Please sign in to comment.