Files
robotframework/requirements.txt
T
argoyle d3234ce027 feat: add new dependencies for enhanced functionality
Adds `requests`, `faker`, and `python-dotenv` to the project. These 
libraries improve HTTP request handling, enable data generation for 
testing, and manage environment variables, respectively. This 
enhancement aims to streamline development and testing processes.
2025-10-14 09:52:34 +02:00

14 lines
341 B
Plaintext

robotframework==7.3.2
robotframework-browser==19.10.0
robotframework-seleniumlibrary==6.8.0
urllib3==2.5.0
psycopg[binary]==3.2.10
PyMySQL==1.1.2
robotframework-appiumlibrary==3.1
robotframework-databaselibrary==2.3.2
robotframework-httplibrary==0.4.2
robotframework-http-rabbitmq==1.0.3
requests==2.32.5
faker==37.11.0
python-dotenv==1.1.1