dewa commited on
Commit
a5db1ed
β€’
1 Parent(s): ab53a77

changes to requirement file

Browse files
Makefile CHANGED
@@ -1,6 +1,6 @@
1
  install:
2
  pip install --upgrade pip &&\
3
- pip install -r requirement.txt
4
  test:
5
  python -m pytest -vvv --cov=hello --cov=greeting \
6
  --cov=s math --cov=web tests
 
1
  install:
2
  pip install --upgrade pip &&\
3
+ pip install -r requirements.txt
4
  test:
5
  python -m pytest -vvv --cov=hello --cov=greeting \
6
  --cov=s math --cov=web tests
requirement.txt β†’ requirements.txt RENAMED
File without changes