Skip to content

Commit

Permalink
Split base and test requirements
Browse files Browse the repository at this point in the history
Splitting requirements into multiple files allows for a more streamlined
installation of specific toolsets required for different tasks and
promoting better modularity.

Ref #16
  • Loading branch information
Martolivna committed Jul 29, 2023
1 parent 9f34f7c commit e2f44d7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
1 change: 0 additions & 1 deletion dev_requirements.txt

This file was deleted.

9 changes: 7 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
-r dev_requirements.txt
Django ~= 3.2.10
asgiref == 3 .7.2
django == 3.2.20
# via django
pytz == 2023.3
# via django
sqlparse == 0.4.4
# via django
2 changes: 2 additions & 0 deletions test_requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-r requirements.txt
pylint

0 comments on commit e2f44d7

Please sign in to comment.