small change in requirements file
This commit is contained in:
parent
6580c266dd
commit
e65dd681f5
2 changed files with 1 additions and 5 deletions
|
@ -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
|
|
||||||
```
|
```
|
|
@ -1,6 +1,3 @@
|
||||||
requests
|
requests
|
||||||
scrapy
|
scrapy
|
||||||
scrapy-playwright
|
scrapy-playwright
|
||||||
spidermon
|
|
||||||
ipython
|
|
||||||
ipdb
|
|
Loading…
Add table
Add a link
Reference in a new issue