forked from robotframework/SeleniumLibrary
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements-dev.txt
More file actions
26 lines (24 loc) · 760 Bytes
/
requirements-dev.txt
File metadata and controls
26 lines (24 loc) · 760 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Requirements needed for SeleniumLibrary development but not by end users.
# Creating releases has its own requirements listed in requirements-build.txt.
invoke >= 1.4.1
mockito >= 1.2.2
robotstatuschecker >= 2.0.3
approvaltests == 8.4.1
empty_files >= 0.0.3
pytest >= 6.0.2
pytest-mockito >= 0.0.4
pytest-approvaltests >= 0.2.0
requests >= 2.24.0
robotframework-pabot >= 1.10.0
black >= 20.8b1
flake8 >= 3.9.0
# Requirements needed when generating releases. See BUILD.rst for details.
rellu >= 0.6
twine >= 3.2.0
wheel >= 0.35.1
docutils >= 0.14
pygments
beautifulsoup4 >= 4.9.3
# Include normal dependencies from requirements.txt. Makes it possible to use
# requirements-dev.txt as a single requirement file in PyCharm and other IDEs.
-r requirements.txt