Pin dependecies & fix errors

This commit is contained in:
Sonny Bakker 2023-08-06 15:22:42 +02:00
parent 28df757ea8
commit 89efdb30fd
11 changed files with 38 additions and 177 deletions

View file

@ -9,24 +9,23 @@ dependencies = [
'celery~=5.0',
'psycopg~=3.1.10',
'django-axes',
'django-axes~=6.0.4',
'django-celery-beat~=2.5.0',
'django-registration-redux~=2.12.0',
'django-rest-framework',
'drf-yasg',
'djangorestframework~=3.14.0',
'python-memcached',
'pymemcache~=4.0.0',
'python-dotenv~=1.0.0',
'ftfy~=6.1.1',
'requests',
'requests_oauthlib',
'requests~=2.31.0',
'requests_oauthlib~=1.3.1',
'feedparser',
'bleach',
'beautifulsoup4',
'lxml'
'feedparser~=6.0.10',
'bleach~=6.0.0',
'beautifulsoup4~=4.12.2',
'lxml~=4.9.2'
]
[project.optional-dependencies]