dev: update requirements and directly read the files

This commit is contained in:
Tom Hubrecht 2022-10-03 15:47:31 +02:00 committed by thubrecht
parent a69bd0426f
commit d6109a9312
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
-r requirements.txt
# Postgresql bindings
psycopg2<2.8
psycopg2==2.9.*
# Redis
django-redis-cache==3.0.*