Skip to content
Snippets Groups Projects
Commit 569fe9b0 authored by Ugo Albanese's avatar Ugo Albanese
Browse files

[NRRPLT-7946] Update dependencies. Use unittest.mock instead of PyPI mock

Change-Id: I418aff59ff1585622c142d495d3ed44d144608f3
parent 9c544957
No related branches found
No related tags found
No related merge requests found
# third-party dependencies
future
texttable==0.8.7
progressbar2==3.34.0
progressbar2==3.52.1
httplib2==0.12.1
pandas==1.0.5
jupyter==1.0.0
......
#the following is required for the unit testing
mock==1.0.1
\ No newline at end of file
mock==1.0.1; python_version < "3.3"
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment