requirements: Upgrade pip from 18.1 to 19.0.1.

This commit is contained in:
Vishnu Ks 2019-01-30 10:11:01 +00:00 committed by Tim Abbott
parent 8fc3a1f6b7
commit ec3ca2b30e

View File

@ -1,4 +1,4 @@
# Dependencies for setting up pip to install our requirements.txt file.
pip==18.1
pip==19.0.1
setuptools==40.6.3
wheel==0.32.3