small change in requirements file

This commit is contained in:
Renne Rocha 2024-05-12 10:20:43 -03:00
parent 6580c266dd
commit e65dd681f5
2 changed files with 1 additions and 5 deletions

View file

@ -23,6 +23,5 @@ $ git clone https://github.com/rennerocha/pyconus2024-tutorial pyconus2024-tutor
$ cd pyconus2024-tutorial $ cd pyconus2024-tutorial
$ python -m venv .venv $ python -m venv .venv
$ source .venv/bin/activate $ source .venv/bin/activate
$ cd code $ pip install -r requirements.txt
$ pip install -r requirements
``` ```

View file

@ -1,6 +1,3 @@
requests requests
scrapy scrapy
scrapy-playwright scrapy-playwright
spidermon
ipython
ipdb