-
-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathPipfile
124 lines (122 loc) · 3.09 KB
/
Pipfile
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
celery = "==4.4.7"
django = "==1.11.29"
django-contrib-comments = "==2.0.0"
django-extensions = "==3.1.1"
django-registration = "==2.4.1"
social-auth-app-django = "==2.1.0"
django-tastypie = "==0.14.1"
django-el-pagination = "==3.2.4"
django-selectable = "==1.1.0"
django-ckeditor = "==5.6.1"
django-storages = "==1.5.2"
sorl-thumbnail = "==12.6.3"
django-mptt = "==0.8.6"
pyepub = "==0.5.0"
django-sass-processor = "==0.8.2"
mysqlclient = "==1.4.6"
mailchimp3 = "==3.0.14"
boto3 = "==1.17.91"
pymarc = "==4.2.1"
beautifulsoup4 = "==4.11.1"
gitberg = "==0.8.7"
risparser = "==0.4.3"
django-jsonfield = "==1.0.0"
mechanize = "==0.4.5"
stripe = "==2.76.0"
selenium = "==3.141.0"
requests-mock = "==1.8.0"
redis = "==3.5.3"
xhtml2pdf = "==0.2.15"
pillow = "==9.5.0"
pypdf = ">=5.0.0"
amqp = "==2.6.1"
appdirs = "==1.4.4"
arabic-reshaper = "==3.0.0"
asn1crypto = "==1.5.1"
billiard = "==3.6.4.0"
botocore = "==1.20.112"
cachetools = "==5.3.2"
cairocffi = "==0.8.0"
certifi = "==2023.11.17"
cffi = "==1.16.0"
chardet = "==5.2.0"
charset-normalizer = "==3.3.2"
click = "==8.1.7"
colorama = "==0.4.6"
confusable-homoglyphs = "==3.2.0"
cryptography = "==41.0.7"
cssselect2 = "==0.7.0"
defusedxml = "==0.8.0rc2"
distlib = "==0.3.8"
django-js-asset = "==1.2.3"
docopt = "==0.6.2"
filelock = "==3.13.1"
gitdb = "==4.0.11"
"github3.py" = "==4.0.1"
gitpython = "==3.1.40"
html5lib = "==1.1"
idna = "==3.6"
isodate = "==0.6.1"
jinja2 = "==3.1.2"
jmespath = "==0.10.0"
kombu = "==4.6.11"
lxml = "==4.9.4"
markupsafe = "==2.1.3"
mock = "==2.0.0"
oauthlib = "==3.2.2"
oscrypto = "==1.3.0"
packaging = "==23.2"
pbr = "==6.0.0"
platformdirs = "==4.1.0"
pluggy = "==1.3.0"
pycparser = "==2.21"
pyhanko = "==0.21.0"
pyhanko-certvalidator = "==0.26.3"
pyopenssl = "==23.3.0"
pyparsing = "==3.1.1"
pypng = "==0.20220715.0"
pyproject-api = "==1.6.1"
python-bidi = "==0.4.2"
python-dateutil = "==2.8.2"
python-mimeparse = "==1.6.0"
python3-openid = "==3.2.0"
pytz = "==2023.3.post1"
pyyaml = "==6.0.1"
qrcode = "==7.4.2"
rdflib = "==7.0.0"
reportlab = "==4.0.8"
requests = ">=2.31.0"
requests-oauthlib = "==1.3.1"
s3transfer = "==0.4.2"
semver = "==2.2.0"
sh = "==2.0.6"
six = "==1.16.0"
smmap = "==5.0.1"
social-auth-core = "==4.5.1"
soupsieve = "==2.5"
sparqlwrapper = "==2.0.0"
svglib = "==1.5.1"
tinycss2 = "==1.2.1"
tomli = "==2.0.1"
tox = "==4.11.4"
tqdm = "==4.66.1"
typing-extensions = "==4.9.0"
tzlocal = "==5.2"
uritemplate = "==4.1.1"
uritools = "==4.0.2"
urllib3 = "==1.26.18"
vine = "==1.3.0"
virtualenv = "==20.25.0"
webencodings = "==0.5.1"
wikipedia = "==1.4.0"
django-email-change = {editable = true, ref = "fb063296cbf4e4a6d8a93d34d98fe0c7739c2e0d", git = "git+https://github.com/eshellman/django-email-change.git"}
django-notification = {editable = true, ref = "1ad2be4adf3551a3471d923380368341452e178a", git = "git+https://github.com/eshellman/django-notification.git"}
pyjwt = {extras = ["crypto"], version = "==2.8.0"}
pyoai = {editable = true, ref = "5ff2f15e869869e70d8139e4c37b7832854d7049", git = "git+https://github.com/infrae/pyoai.git"}
[requires]
python_version = "3.9"