-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c5c038a
commit 7f52bc4
Showing
16 changed files
with
53 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
crcmod==1.7 | ||
coreapi==2.3.3 | ||
django==2.0.9 | ||
django==2.2 | ||
django-colorfield==0.1.15 | ||
django-debug-toolbar==1.11 | ||
django-filter==2.0.0 | ||
djangorestframework==3.9.0 | ||
django-filter==2.1.0 | ||
djangorestframework==3.9.2 | ||
django-solo==1.1.3 | ||
dropbox==9.3.0 | ||
gunicorn==19.9.0 | ||
paho-mqtt==1.3.1 | ||
pyserial==3.4 | ||
python-dateutil==2.7.5 | ||
pytz==2018.7 | ||
python-dateutil==2.8.0 | ||
pytz==2019.1 | ||
requests==2.21.0 | ||
urllib3==1.24.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
sphinx==1.8.3 | ||
sphinx==2.0.1 | ||
sphinx-autobuild==0.7.1 | ||
sphinx-intl==0.9.11 | ||
sphinx-rtd-theme==0.4.2 | ||
sphinx-rtd-theme==0.4.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
mysqlclient==1.3.14 | ||
mysqlclient==1.4.2.post1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
psycopg2==2.7.6.1 | ||
psycopg2-binary==2.7.6.1 | ||
psycopg2==2.8.2 | ||
psycopg2-binary==2.8.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
polib==1.1.0 | ||
pylama==7.6.6 ; python_version < '3.7' # Re-check since project seems alive again? | ||
pytest-cov==2.6.0 | ||
pytest-django==3.4.4 | ||
pytest-xdist==1.25.0 | ||
pylama==7.7.1 ; python_version < '3.7' # Re-check since project seems alive again? | ||
pytest-cov==2.6.1 | ||
pytest-django==3.4.8 | ||
pytest-xdist==1.28.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# For some reason Travis needs to be forced installing this version, or the build pretend like it doesn't know 'pytest'. | ||
pytest==4.0.2 | ||
pytest==4.4.0 |