Skip to content
This repository was archived by the owner on Jun 30, 2024. It is now read-only.

Commit 4c6c8ed

Browse files
committed
Ready for new release
1 parent e3a85ec commit 4c6c8ed

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# ================
1818
[tool.poetry]
1919
name = "runestone_poetry_project"
20-
version = "6.1.0"
20+
version = "6.0.6"
2121
description = "A web2py-based server for the Runestone e-book system."
2222
authors = ["Brad Miller <[email protected]>", "Bryan A. Jones <bjones AT ece DOT msstate DOT edu"]
2323
license = "MIT"
@@ -39,7 +39,6 @@ oauth2 = ">=1.9"
3939
pandas = "^1.0.0"
4040
pathlib2 = "^2.0.0"
4141
Paver = ">= 1.2.4"
42-
pretext = "^1.0.0"
4342
# This is actually an rsmanage dependency. It's here so that rsmanage can be installed without installing this, which requires Postgres (available only in the container).
4443
pgcli = "^3.0.0"
4544
psycopg2-binary = "^2.0.0"
@@ -57,7 +56,7 @@ Sphinx = "> 4.1.0"
5756
sphinxcontrib-paverutils = ">= 1.17"
5857
SQLAlchemy = ">= 1.0.14"
5958
pyjwt = "== 2.0.1"
60-
59+
pretext = "^1.0.0"
6160

6261
# Development dependencies
6362
# ========================

0 commit comments

Comments
 (0)