Update requirements

This commit is contained in:
Sonny Bakker 2023-08-06 10:52:49 +02:00
parent 2790e9c82e
commit 2f22e635b3
12 changed files with 55 additions and 45 deletions

View file

@ -1,24 +1,24 @@
[project]
name = 'newsreader'
version = '0.4.2'
version = '0.5.0'
authors = [{name = 'Sonny', email= 'sonnyba871@gmail.com'}]
license = {text = 'GPL-3.0'}
requires-python = '>=3.11'
dependencies = [
'django~=3.2',
'django~=4.2.0',
'celery~=5.0',
'psycopg2',
'psycopg~=3.1.10',
'django-axes',
'django-celery-beat~=2.5.0',
'django-registration-redux~=2.7',
'django-registration-redux~=2.12.0',
'django-rest-framework',
'drf-yasg',
'python-memcached',
'python-dotenv~=0.12',
'python-dotenv~=1.0.0',
'ftfy~=5.8',
'ftfy~=6.1.1',
'requests',
'requests_oauthlib',
@ -47,4 +47,4 @@ development = [
ci = ['coverage>=5.3.1']
production = ['gunicorn~=20.0', 'sentry-sdk~=1.0']
production = ['gunicorn~=21.2.0', 'sentry-sdk~=1.26.0']