Skip to content

Commit 3a1796e

Browse files
authored
Merge pull request #208 from ingindIsrael/development
Development
2 parents 9e56ce7 + b211f23 commit 3a1796e

File tree

3 files changed

+51
-37
lines changed

3 files changed

+51
-37
lines changed

requirements.txt

Lines changed: 51 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,61 @@
11
asgiref==3.5.0
2-
astroid==2.3.3
2+
astroid==1.6.3
33
attrs==19.3.0
4-
autopep8==1.4.4
4+
autopep8==1.3.5
55
backcall==0.1.0
66
bandit==1.6.2
77
betterpath==0.2.2
88
bleach==3.1.0
9-
certifi==2019.11.28
9+
certifi==2018.1.18
1010
cffi==1.15.0
1111
charset-normalizer==2.0.12
1212
click==8.0.4
13-
cloudinary==1.29.0
13+
cloudinary==1.14.0
1414
coreapi==2.3.3
1515
coreschema==0.0.4
1616
cryptography==36.0.1
1717
decorator==4.4.1
1818
defusedxml==0.6.0
1919
Deprecated==1.2.13
2020
dj-database-url==0.5.0
21-
Django==3.2.12
22-
django-admin-tools==0.9.2
21+
Django==2.2.8
22+
django-admin-tools==0.8.1
2323
django-cors-headers==3.11.0
2424
django-dotenv==1.4.2
25-
django-oauth-toolkit==1.7.0
26-
djangorestframework==3.13.1
25+
django-oauth-toolkit==1.0.0
26+
djangorestframework==3.9.3
2727
djangorestframework-jwt==1.11.0
2828
entrypoints==0.3
2929
flake8==3.7.9
30-
future==0.18.2
30+
future==0.16.0
3131
gitdb2==2.0.6
3232
GitPython==3.0.5
33-
idna==3.3
33+
idna==2.6
3434
importlib-metadata==1.3.0
3535
ipykernel==5.1.3
3636
ipython==7.11.1
3737
ipython-genutils==0.2.0
38-
isort==4.3.21
39-
itypes==1.2.0
38+
isort==4.3.4
39+
itypes==1.1.0
4040
jedi==0.15.2
41-
Jinja2==2.10.3
41+
Jinja2==2.10
4242
jsonschema==3.2.0
4343
jupyter-client==5.3.4
4444
jupyter-core==4.6.1
4545
jwcrypto==1.0
4646
l==0.11.0
4747
lazy-object-proxy==1.4.3
48-
MarkupSafe==1.1.1
48+
MarkupSafe==2.0.1
4949
mccabe==0.6.1
5050
mistune==0.8.4
51-
more-itertools==8.0.2
51+
more-itertools==4.1.0
5252
mypy==0.761
5353
mypy-extensions==0.4.3
5454
nbconvert==5.6.1
5555
nbformat==4.4.0
5656
notebook==6.0.2
5757
oauth2-provider==0.0
58-
oauthlib==3.2.0
58+
oauthlib==2.0.7
5959
pandocfilters==1.4.2
6060
parso==0.5.2
6161
pbr==5.4.4
@@ -64,53 +64,71 @@ pexpect==4.7.0
6464
pickleshare==0.7.5
6565
pipenv==2018.11.26
6666
plaid==0.1.7
67-
pluggy==0.13.1
67+
pluggy==0.6.0
6868
prometheus-client==0.7.1
6969
prompt-toolkit==3.0.2
70-
psycopg2==2.9.3
70+
psycopg2==2.8.6
7171
ptyprocess==0.6.0
72-
pycodestyle==2.5.0
72+
pycodestyle==2.3.1
7373
pycparser==2.21
7474
pydocstyle==5.0.1
75-
pyfcm==1.5.4
75+
pyfcm==1.4.5
7676
pyflakes==2.1.1
77-
Pygments==2.5.2
77+
Pygments==2.2.0
7878
PyJWT==1.7.1
7979
pylama==7.7.1
80-
pylint==2.4.4
80+
pylint==1.8.4
8181
pyrsistent==0.15.6
82-
python-dateutil==2.8.1
82+
python-dateutil==2.7.2
8383
python-jsonrpc-server==0.3.2
8484
python-language-server==0.25.0
85-
pytz==2021.3
86-
PyYAML==5.2
85+
pytz==2018.3
86+
PyYAML==3.13
8787
pyzmq==18.1.1
88-
requests==2.27.1
88+
requests==2.20.0
8989
rope==0.14.0
9090
Send2Trash==1.5.0
91-
six==1.13.0
91+
six==1.14.0
9292
smmap2==2.0.5
9393
snowballstemmer==2.0.0
9494
sqlparse==0.4.2
9595
stevedore==1.31.0
96-
stripe==2.66.0
96+
stripe==2.42.0
9797
terminado==0.8.3
9898
testpath==0.4.4
9999
tornado==6.0.3
100100
traitlets==4.3.3
101-
twilio==7.7.0
101+
twilio==6.32.0
102102
typed-ast==1.4.0
103103
typing-extensions==3.7.4.1
104104
ujson==1.35
105-
uritemplate==4.1.1
106-
urllib3==1.26.8
105+
uritemplate==3.0.0
106+
urllib3==1.22
107107
vcversioner==2.16.0.0
108108
virtualenv==16.7.9
109109
virtualenv-clone==0.5.3
110110
wcwidth==0.1.8
111111
webencodings==0.5.1
112-
whitenoise==6.0.0
113-
wrapt==1.11.2
112+
whitenoise==4.0
113+
wrapt==1.10.11
114114
yapf==0.29.0
115115
zipp==0.6.0
116116
zope.interface==5.4.0
117+
django-heroku==0.3.1
118+
text-unidecode==1.2
119+
ruamel-yaml
120+
rollbar==0.14.7
121+
pytest==3.5.0
122+
pytest-env==0.6.2
123+
pytest-django==3.1.2
124+
pytest-cov==2.5.1
125+
psycopg2-binary==2.8.6
126+
openapi-codec==1.3.2
127+
mixer==6.1.3
128+
lazy-object-proxy==1.3.1
129+
inflection==0.3.1
130+
gunicorn==19.9.0
131+
faker==0.9.1
132+
coverage==4.5.1
133+
chardet==3.0.4
134+
attrs==19.3.0

templates/cancel.html

Lines changed: 0 additions & 2 deletions
This file was deleted.

templates/success.html

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)