https://github.com/robotframework/RIDE
Raw File
Tip revision: 6d43b9ad591d47f13e5f5cddf1d6158fca3dbc6a authored by Hélio Guilherme on 20 April 2024, 18:58:41 UTC
Update languages (#2753)
Tip revision: 6d43b9a
requirements-dev.txt
setuptools >= 65.5.1
mockito
invoke
github3.py
memory-profiler
pylint
pytest
coverage
pytest-cov
pytest-order
# To make a relase you need asciidoc3 (a2x3)
# asciidoc3
# Include also normal project requirements.
-r requirements.txt

back to top