qxf2 / cars-api

A sample REST application to help testers learn to write API automation
MIT License
6 stars 20 forks source link

Add requirements.txt to install flask #11

Closed drishyatm closed 4 years ago

drishyatm commented 4 years ago

Cloning the repo and run the app will not work until and unless we install the flask. So creating a requirements.txt and mention it would be good for any future upgrades.

drishyatm commented 4 years ago

The requirements.txt has been added to the cars-api now.