File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -65,11 +65,11 @@ cd apod-api
65
65
```
66
66
3 . Create a new virtual environment ` env ` in the directory
67
67
``` bash
68
- python -m virtualenv env
68
+ python -m venv venv
69
69
```
70
70
4 . Activate the new environment
71
71
``` bash
72
- source env/bin/activate
72
+ . \v env \S cripts \A ctivate
73
73
```
74
74
5 . Install dependencies in new environment
75
75
``` bash
Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ flask-cors>=3.0.7
9
9
gunicorn == 19.5.0
10
10
Jinja2 >= 2.8
11
11
Werkzeug >= 0.10.4
12
- beautifulsoup4 == 4.5.3
12
+ beautifulsoup4 == 4.11.1
13
13
requests >= 2.20.0
14
14
coverage == 4.1
15
15
nose == 1.3.7
16
16
setupext-janitor == 1.0.0
17
17
bs4 == 0.0.1
18
18
mock >= 3.0.0
19
- Pillow == 8.3.2
19
+ Pillow >= 9.3
Original file line number Diff line number Diff line change 1
- python-3.6.1
1
+ python-3.11
You can’t perform that action at this time.
0 commit comments