2018-01-29 06:45:32 -06:00
|
|
|
#####################################
|
|
|
|
# Include all the common dependencies
|
|
|
|
#####################################
|
|
|
|
-r ../../requirements.txt
|
|
|
|
|
|
|
|
###########################################
|
|
|
|
# Add all the development dependencies here
|
|
|
|
###########################################
|
2019-02-07 04:34:07 -06:00
|
|
|
extras==1.0.0
|
|
|
|
fixtures==3.0.0
|
|
|
|
linecache2==1.0.0
|
|
|
|
pbr==3.1.1
|
2019-03-20 08:01:32 -05:00
|
|
|
pycodestyle>=2.5.0
|
2018-04-04 04:47:01 -05:00
|
|
|
pyperclip~=1.6.0
|
2019-02-07 04:34:07 -06:00
|
|
|
python-mimeparse==1.6.0
|
2017-02-26 03:06:17 -06:00
|
|
|
testscenarios==0.5.0
|
2018-04-04 04:47:01 -05:00
|
|
|
testtools==2.3.0
|
2017-03-02 03:18:45 -06:00
|
|
|
traceback2==1.4.0
|
2019-03-21 07:04:37 -05:00
|
|
|
selenium==3.14.0
|
2018-04-04 06:26:44 -05:00
|
|
|
|
|
|
|
###############################################################
|
|
|
|
# Modules specifically required for Python3.3 or lesser version
|
|
|
|
###############################################################
|
2017-06-13 05:27:46 -05:00
|
|
|
mock===2.0.0; python_version < '3.3'
|
2017-04-24 07:07:04 -05:00
|
|
|
|