2018-01-29 12:45:32 +00:00
|
|
|
#####################################
|
|
|
|
# Include all the common dependencies
|
|
|
|
#####################################
|
|
|
|
-r ../../requirements.txt
|
|
|
|
|
|
|
|
###########################################
|
|
|
|
# Add all the development dependencies here
|
|
|
|
###########################################
|
2019-02-07 10:34:07 +00:00
|
|
|
extras==1.0.0
|
|
|
|
fixtures==3.0.0
|
|
|
|
linecache2==1.0.0
|
|
|
|
pbr==3.1.1
|
2018-01-29 12:45:32 +00:00
|
|
|
pycodestyle==2.3.1
|
2018-04-04 09:47:01 +00:00
|
|
|
pyperclip~=1.6.0
|
2019-02-07 10:34:07 +00:00
|
|
|
python-mimeparse==1.6.0
|
2017-02-26 09:06:17 +00:00
|
|
|
testscenarios==0.5.0
|
2018-04-04 09:47:01 +00:00
|
|
|
testtools==2.3.0
|
2017-03-02 09:18:45 +00:00
|
|
|
traceback2==1.4.0
|
2019-01-31 12:47:56 +00:00
|
|
|
selenium==3.11.0
|
2018-04-04 11:26:44 +00:00
|
|
|
|
|
|
|
###############################################################
|
|
|
|
# Modules specifically required for Python3.3 or lesser version
|
|
|
|
###############################################################
|
2017-06-13 10:27:46 +00:00
|
|
|
mock===2.0.0; python_version < '3.3'
|
2017-04-24 12:07:04 +00:00
|
|
|
|
2018-01-29 12:45:32 +00:00
|
|
|
# Leave this at the end because there is a bug where the '--install-option'
|
|
|
|
# is applied to all subsequent requirements
|
2019-01-22 16:11:01 +00:00
|
|
|
chromedriver_installer==0.0.6 --install-option='--chromedriver-version=2.45'
|