forked from DGNum/gestioCOF
dev: update requirements and directly read the files
This commit is contained in:
parent
8c3914694c
commit
2e5ecdf636
2 changed files with 2 additions and 2 deletions
|
@ -3,6 +3,6 @@ django-debug-toolbar==3.2.*
|
|||
ipython
|
||||
|
||||
# Tools
|
||||
black
|
||||
black==22.3.0
|
||||
flake8
|
||||
isort
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
-r requirements.txt
|
||||
|
||||
# Postgresql bindings
|
||||
psycopg2<2.8
|
||||
psycopg2==2.9.*
|
||||
|
||||
# Redis
|
||||
django-redis-cache==3.0.*
|
||||
|
|
Loading…
Reference in a new issue