Update package versions in requirements.txt

This commit is contained in:
Pēteris Caune 2018-11-14 10:29:47 +02:00
parent 8ad3b0d537
commit 601fcb7cf7
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2
2 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
__pycache__/ __pycache__/
*.pyc *.pyc
.coverage .coverage
.env
hc.sqlite hc.sqlite
hc/local_settings.py hc/local_settings.py
static-collected static-collected

View File

@ -1,6 +1,6 @@
croniter croniter
Django==2.1.2 Django==2.1.3
django_compressor==2.2 django_compressor==2.2
psycopg2==2.7.5 psycopg2==2.7.5
pytz==2018.5 pytz==2018.7
requests==2.20.0 requests==2.20.1