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:
parent
7e6e36133d
commit
cacc397162
|
@ -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))
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user