Skip to content

Commit

Permalink
Remove requirements-local.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Zirochkaa committed Sep 16, 2023
1 parent e5fbd4b commit 65ebce0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This repository contains pet project - fastapi application designed for saving p
1. Setup and activate your local python environment. [Here](https://www.digitalocean.com/community/tutorial_series/how-to-install-and-set-up-a-local-programming-environment-for-python-3) are few guides on how to do it.
2. Install requirements:
```shell
pip install -r requirements-local.txt
pip install -r requirements-ci.txt
```
3. Create `.env` file:
```shell
Expand Down
2 changes: 2 additions & 0 deletions requirements-ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ coveralls==3.3.1
flake8==6.1.0
pytest==7.4.2
pytest-cov==4.1.0

Flask-DebugToolbar==0.13.1
3 changes: 0 additions & 3 deletions requirements-local.txt

This file was deleted.

0 comments on commit 65ebce0

Please sign in to comment.