Skip to content

Commit

Permalink
Strictly require urllib3==1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jnegara committed Apr 23, 2019
1 parent 6ff89aa commit 6a4d375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tabpy-server/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
'six',
'tornado==5.1.1',
'Tornado-JSON',
'urllib3'
'urllib3==1.21.1'
]
)

0 comments on commit 6a4d375

Please sign in to comment.