Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.

Commit 6a76abf

Browse files
committed
improvement: update requirements.txt
1 parent 571f0bf commit 6a76abf

File tree

2 files changed

+36
-35
lines changed

2 files changed

+36
-35
lines changed

demo_proj/requirements.txt

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
attrs==19.3.0
2+
Automat==20.2.0
3+
cffi==1.14.0
4+
constantly==15.1.0
5+
cryptography==2.9.2
6+
cssselect==1.1.0
7+
Django==2.2.13
8+
django-cors-headers==3.3.0
9+
django-covid19
10+
django-crontab==0.7.1
11+
django-filter==2.2.0
12+
django-mysql==3.5.0
13+
djangorestframework==3.11.0
14+
hyperlink==19.0.0
15+
idna==2.9
16+
incremental==17.5.0
17+
lxml==4.5.1
18+
parsel==1.6.0
19+
Protego==0.1.16
20+
pyasn1==0.4.8
21+
pyasn1-modules==0.2.8
22+
pycparser==2.20
23+
PyDispatcher==2.0.5
24+
PyHamcrest==2.0.2
25+
pyOpenSSL==19.1.0
26+
pytz==2020.1
27+
queuelib==1.5.0
28+
Scrapy==2.0.1
29+
scrapy-djangoitem==1.1.1
30+
service-identity==18.1.0
31+
six==1.15.0
32+
sqlparse==0.3.1
33+
Twisted==20.3.0
34+
w3lib==1.22.0
35+
zope.interface==5.1.0

requirements.txt

Lines changed: 1 addition & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,5 @@
1-
attrs==19.3.0
2-
Automat==20.2.0
3-
certifi==2020.4.5.1
4-
cffi==1.14.0
5-
chardet==3.0.4
6-
constantly==15.1.0
7-
cryptography==2.9
8-
cssselect==1.1.0
9-
Django==2.2.13
10-
django-cors-headers==3.2.1
111
django-crontab==0.7.1
122
django-filter==2.2.0
13-
django-mysql==3.4.0
143
djangorestframework==3.11.0
15-
drf-extensions==0.6.0
16-
hyperlink==19.0.0
17-
idna==2.9
18-
incremental==17.5.0
19-
lxml==4.5.0
20-
parsel==1.5.2
21-
Protego==0.1.16
22-
pyasn1==0.4.8
23-
pyasn1-modules==0.2.8
24-
pycparser==2.20
25-
PyDispatcher==2.0.5
26-
PyHamcrest==2.0.2
27-
pyOpenSSL==19.1.0
28-
pytz==2019.3
29-
queuelib==1.5.0
30-
schedule==0.6.0
314
Scrapy==2.0.1
32-
scrapy-djangoitem==1.1.1
33-
service-identity==18.1.0
34-
six==1.14.0
35-
sqlparse==0.3.1
36-
Twisted==20.3.0
37-
urllib3==1.25.9
38-
w3lib==1.21.0
39-
zope.interface==5.1.0
5+
scrapy-djangoitem==1.1.1

0 commit comments

Comments
 (0)