1
0
mirror of https://github.com/daniviga/bite.git synced 2024-11-26 06:46:13 +01:00

Remove dependencies pinning (#23)

* Remove dependencies pinning

* Fix a test
This commit is contained in:
Daniele Viganò 2020-10-25 19:11:08 +01:00 committed by GitHub
parent 7e6e36133d
commit cacc397162
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -69,4 +69,5 @@ class ApiTestCase(TestCase):
self.assertEqual(
response.json()['transport'], 'http')
self.assertJSONEqual(
response.json()['payload'], self.payload)
json.dumps(response.json()['payload']),
json.dumps(self.payload))

View File

@ -2,8 +2,8 @@ Django
djangorestframework
django-health-check
psycopg2-binary
paho-mqtt==1.5.0
asyncio-mqtt==0.5.0
paho-mqtt
asyncio-mqtt
PyYAML
uritemplate
pygments