DanLeshinsky / api-automation-python-github-actions

0 stars 0 forks source link

Create pipfile from requirements.txt file #1

Closed DanLeshinsky closed 7 months ago

DanLeshinsky commented 7 months ago

Create pipfile with: allure-pytest==2.13.2 allure-python-commons==2.13.2 attrs==23.2.0 certifi==2023.11.17 charset-normalizer==3.3.2 colorama==0.4.6 exceptiongroup==1.2.0 Faker==22.1.0 idna==3.6 iniconfig==2.0.0 jsonpath==0.82.2 jsonpath-ng==1.6.1 packaging==23.2 pluggy==1.4.0 pytest==8.0.0 python-dateutil==2.8.2 requests==2.31.0 cerberus==1.3.5 six==1.16.0 tomli==2.0.1 urllib3==2.2.0 exceptiongroup==1.2.0 pytest-xdist==3.5.0 lxml==5.1.0 pyodbc==5.1.0

DanLeshinsky commented 7 months ago

requirements.txt file was added. Pipfile and pipfile.lock were added.