File tree Expand file tree Collapse file tree 3 files changed +33
-14
lines changed Expand file tree Collapse file tree 3 files changed +33
-14
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ urllib3 = "==1.26.2"
59
59
wcwidth = " ==0.2.5"
60
60
whitenoise = " ==5.2.0"
61
61
wrapt = " ==1.12.1"
62
- Django = " ==3.1.5 "
62
+ Django = " ==3.1.14 "
63
63
ipython_genutils = " ==0.2.0"
64
64
Pillow = " ==8.3.2"
65
65
Pygments = " ==2.9.0"
Original file line number Diff line number Diff line change
1
+ #
2
+ # These requirements were autogenerated by pipenv
3
+ # To regenerate from the project's Pipfile, run:
4
+ #
5
+ # pipenv lock --requirements
6
+ #
7
+
8
+ -i https://pypi.org/simple/
1
9
appnope == 0.1.2
2
10
asgiref == 3.3.1
3
11
astroid == 2.7.3
@@ -9,17 +17,17 @@ certifi==2021.10.8
9
17
charset-normalizer == 2.0.6
10
18
decorator == 5.0.9
11
19
dj-database-url == 0.5.0
12
- Django == 3.1.5
13
20
django-cors-headers == 3.10.0
14
21
django-environ == 0.7.0
15
22
django-heroku == 0.3.1
16
23
django-storages == 1.11.1
24
+ django == 3.1.14
17
25
djangorestframework == 3.12.4
18
26
gunicorn == 20.0.4
19
27
idna == 3.2
20
28
ipykernel == 5.5.5
21
- ipython == 7.24.1
22
29
ipython-genutils == 0.2.0
30
+ ipython == 7.24.1
23
31
isort == 5.9.3
24
32
jedi == 0.18.0
25
33
jmespath == 0.10.0
@@ -32,28 +40,29 @@ parso==0.8.2
32
40
pep8 == 1.7.1
33
41
pexpect == 4.8.0
34
42
pickleshare == 0.7.5
35
- Pillow == 8.3.2
43
+ pillow == 8.3.2
36
44
platformdirs == 2.3.0
37
45
prompt-toolkit == 3.0.18
38
- psycopg2 == 2.9.1
39
46
psycopg2-binary == 2.8.6
47
+ psycopg2 == 2.9.1
40
48
ptyprocess == 0.7.0
41
49
pycodestyle == 2.7.0
42
- Pygments == 2.9.0
43
- pylint == 2.10.2
50
+ pygments == 2.9.0
44
51
pylint-django == 2.4.4
45
52
pylint-plugin-utils == 0.6
53
+ pylint == 2.10.2
46
54
python-dateutil == 2.8.1
47
55
pytz == 2020.5
48
56
pyzmq == 22.1.0
49
57
requests == 2.26.0
50
58
s3transfer == 0.3.4
59
+ setuptools == 60.2.0 ; python_version >= '3.7'
51
60
six == 1.15.0
52
- sqlparse == 0.4.2
61
+ sqlparse == 0.4.1
53
62
toml == 0.10.2
54
63
tornado == 6.1
55
64
traitlets == 5.0.5
56
- urllib3 == 1.26.5
65
+ urllib3 == 1.26.2
57
66
wcwidth == 0.2.5
58
67
whitenoise == 5.2.0
59
68
wrapt == 1.12.1
You can’t perform that action at this time.
0 commit comments