Skip to content

Commit 86a2cbb

Browse files
authored
Use separate dependencies for running and testing the app (#16)
* Moved testing deps to separate file * Bumped rock version because deps have changed
1 parent 6fbe20b commit 86a2cbb

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

dashboard/requirements-dev.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
pytest==8.3.4
2+
pytest_django==4.10.0

dashboard/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
Django==5.1.5
22
PyYAML==6.0.2
3-
pytest==8.3.4
43
docutils==0.21.2
54
whitenoise==6.9.0
65
psycopg2-binary==2.9.10

rockcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: dashboard
22
# see https://documentation.ubuntu.com/rockcraft/en/1.8.0/explanation/bases/
33
# for more information about bases and using 'bare' bases for chiselled rocks
44
base: ubuntu@22.04 # the base environment for this Django application
5-
version: "0.6" # just for humans. Semantic versioning is recommended
5+
version: "0.7" # just for humans. Semantic versioning is recommended
66
summary: A summary of your Django application # 79 char long summary
77
description: |
88
Dashboard is a Django application to track quality and progress of multiple

0 commit comments

Comments
 (0)