Commit 6396956
Task/fp 1461 convert core cms to poetry (#468)
* Initialized poetry 1.1.13 in the existing cms codebase to generate the pyproject.tml file with no added dependencies or dev-dependencies.
* Completed changes to Makefile to align with usage in Portal. AFter poetry transition gets meged, Jenkins will need to be modified to call the new build-full target in the CMS codebase.
* Added the requirements.txt dependencies manually to the pyproject.toml file to test installation against Dockerfile. Edits to Dockerfile are next.
* Changed the name of the pyproject.toml to be more specific.
* Added poetry setup and build steps to the Dockerfile. Builds and runs succesfully using both the build and build-full make commands.
* Update Dockerfile
Great catch!
Co-authored-by: W. Bomar <62723358+tacc-wbomar@users.noreply.github.com>
* Update pyproject.toml
Removing unused dev dependencies.
Co-authored-by: W. Bomar <62723358+tacc-wbomar@users.noreply.github.com>1 parent 088cb03 commit 6396956
File tree
5 files changed
+2303
-116
lines changed5 files changed
+2303
-116
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
9 | 22 | | |
10 | 23 | | |
11 | 24 | | |
12 | 25 | | |
13 | 26 | | |
14 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
15 | 54 | | |
16 | 55 | | |
17 | 56 | | |
18 | 57 | | |
| 58 | + | |
| 59 | + | |
19 | 60 | | |
20 | 61 | | |
21 | 62 | | |
22 | 63 | | |
23 | 64 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | 65 | | |
28 | 66 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
9 | | - | |
10 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| 20 | + | |
18 | 21 | | |
19 | 22 | | |
20 | 23 | | |
21 | 24 | | |
22 | 25 | | |
23 | 26 | | |
24 | | - | |
25 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
0 commit comments