diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index c99f1e0b..8c0dc937 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,8 +12,8 @@ django-environ = "~=0.4.5" django-filter = "~=2.1.0" django-hosts = "~=4.0" djangorestframework = "~=3.11.0" -psycopg2-binary = "~=2.8" -django-simple-bulma = "~=2.1" +psycopg2-binary = "~=2.8.0" +django-simple-bulma = "~=2.4" whitenoise = "~=5.0" requests = "~=2.21" pyyaml = "~=5.1" |