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(
|
self.assertEqual(
|
||||||
response.json()['transport'], 'http')
|
response.json()['transport'], 'http')
|
||||||
self.assertJSONEqual(
|
self.assertJSONEqual(
|
||||||
response.json()['payload'], self.payload)
|
json.dumps(response.json()['payload']),
|
||||||
|
json.dumps(self.payload))
|
||||||
|
|
|
@ -2,8 +2,8 @@ Django
|
||||||
djangorestframework
|
djangorestframework
|
||||||
django-health-check
|
django-health-check
|
||||||
psycopg2-binary
|
psycopg2-binary
|
||||||
paho-mqtt==1.5.0
|
paho-mqtt
|
||||||
asyncio-mqtt==0.5.0
|
asyncio-mqtt
|
||||||
PyYAML
|
PyYAML
|
||||||
uritemplate
|
uritemplate
|
||||||
pygments
|
pygments
|
||||||
|
|
Loading…
Reference in New Issue
Block a user