2018-01-29 06:45:32 -06:00
|
|
|
#####################################
|
|
|
|
# Include all the common dependencies
|
|
|
|
#####################################
|
|
|
|
-r ../../requirements.txt
|
|
|
|
|
|
|
|
###########################################
|
|
|
|
# Add all the development dependencies here
|
|
|
|
###########################################
|
|
|
|
pycodestyle==2.3.1
|
2018-04-04 04:47:01 -05:00
|
|
|
pyperclip~=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
|
2017-03-16 04:53:26 -05:00
|
|
|
unittest2==1.1.0
|
2018-04-04 06:26:44 -05:00
|
|
|
|
|
|
|
################################################################
|
|
|
|
# Modules specifically requires for Python2.7 or greater version
|
|
|
|
################################################################
|
|
|
|
selenium==3.11.0; python_version >= '2.7'
|
|
|
|
|
|
|
|
###############################################################
|
|
|
|
# Modules required for Python2.6
|
|
|
|
###############################################################
|
|
|
|
selenium==3.3.3; python_version < '2.7'
|
|
|
|
|
|
|
|
###############################################################
|
|
|
|
# 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
|
|
|
|
2018-01-29 06:45:32 -06:00
|
|
|
# Leave this at the end because there is a bug where the '--install-option'
|
|
|
|
# is applied to all subsequent requirements
|
2018-05-04 04:20:14 -05:00
|
|
|
chromedriver_installer==0.0.6 --install-option='--chromedriver-version=2.38'
|