-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
91 lines (74 loc) · 2.23 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
####Cycling init site
django
djangorestframework
gunicorn
django-heroku
djangorestframework_simplejwt
djoser
whitenoise
xlrd
django-ratelimit
django-cors-headers
dj_database_url
Celery
####pywikibot
# This is a PIP 6+ requirements file for using Pywikibot and scripts
#
# All dependencies can be installed using:
# $ sudo pip install -r requirements.txt
#
# It is organised so that simple requirements
# are processed first, and more difficult packages
# are last.
# All dependencies other than requests are optional.
#
# It is good practise to install packages using the system
# package manager if it has a packaged version. If you are
# unsure, please use pip as described at the top of the file.
#
# To get a list of potential matches, use
#
# $ awk -F '[#>=]' '{print $1}' requirements.txt | xargs yum search
# or
# $ awk -F '[#>=]' '{print $1}' requirements.txt | xargs apt-cache search
# mandatory; see README-conversion.txt
requests>=2.20.1,<2.22.0; python_version == '3.4'
requests>=2.20.1; python_version != '3.4'
enum34>=1.1.6,!=1.1.8; python_version < '3'
ipaddress ; python_version < '3'
# requests security extra
requests[security] ; python_full_version > '2.7.6' and python_full_version < '2.7.9'
# OAuth support
# mwoauth 0.2.4 is needed because it supports getting identity information
# about the user
mwoauth>=0.2.4,!=0.3.1
# core interwiki_graph.py:
pydot >= 1.2
# wikistats.py and scripts
unicodecsv ; python_version < '3'
# cosmetic_changes and scripts/isbn
python-stdnum >= 1.13
# GUI
Pillow >= 6.2.2, < 7.0.0 ; python_version < '3'
Pillow < 6.0.0 ; python_version == '3.4'
Pillow >= 7.1.0 ; python_version >= '3.5'
# core pagegenerators
google >= 1.7
sseclient >= 0.0.18,!=0.0.23,!=0.0.24
# scripts/flickrripper.py
flickrapi < 3.0.0 ; python_version < '3.5'
flickrapi >= 2.2 ; python_version >= '3.5'
# textlib.py and patrol.py
mwparserfromhell>=0.3.3
# The mysql generator in pagegenerators depends on PyMySQL
PyMySQL
# core HTML comparison parser in diff module
beautifulsoup4
# scripts/states_redirect.py
pycountry
# scripts/weblinkchecker.py
memento_client>=0.5.1,!=0.6.0
# tools/__init__.py
# pywikibot prefers using the inbuilt bz2 module if python was compiled with
# bz2 support. But if it wasn't, bz2file is used instead.
# bz2file