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

Commit 4d61f79

Browse files
authored
Merge pull request #1998 from bjones1/pyproject-clean
Clean: Move pretext dependency into alphabetized order.
2 parents 3aab3e3 + 180ceee commit 4d61f79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ oauth2 = ">=1.9"
3939
pandas = "^1.0.0"
4040
pathlib2 = "^2.0.0"
4141
Paver = ">= 1.2.4"
42+
pretext = "^1.0.0"
4243
# 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).
4344
pgcli = "^3.0.0"
4445
psycopg2-binary = "^2.0.0"
@@ -60,7 +61,6 @@ pyjwt = "== 2.0.1"
6061

6162
# Development dependencies
6263
# ========================
63-
pretext = "^1.0.0"
6464
[tool.poetry.dev-dependencies]
6565
black = "~= 22.0"
6666
bookserver = { path = "../BookServer", develop = true }

0 commit comments

Comments
 (0)