Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
symroe authored and VirginiaDooley committed Jan 19, 2023
1 parent d1ed8a6 commit 4bd7e5d
Show file tree
Hide file tree
Showing 2 changed files with 1,307 additions and 676 deletions.
19 changes: 4 additions & 15 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]
aws-sam-cli = "==1.40.1"
aws-sam-cli = "==1.70.0"

[packages]
boto3 = "*"
Expand All @@ -23,27 +23,22 @@ django-storages = "==1.13.2"
django-uk-political-parties = {git = "https://github.com/DemocracyClub/django-uk-political-parties.git"}
djangorestframework = "==3.14.0"
durationpy = "==0.4"
enum34 = "==1.1.6"
fixtures = "==3.0.0"
flake8 = "==3.8.3"
funcsigs = "==1.0.2"
futures = "==3.1.1"
dj-pagination = "==2.4.0"
linecache2 = "==1.0.0"
lxml = "==4.8.0"
markdown2 = "==2.4.0"
mccabe = "==0.6.1"
mock = "==2.0.0"
oauthlib = "==2.0.2"
pbr = "==3.0.0"
piexif = "==1.0.12"
placebo = "==0.8.1"
pyparsing = "==2.2.0"
python-dateutil = "==2.6.0"
python-memcached = "==1.57"
python-mimeparse = "==0.1.4"
python-openid = "==2.2.5"
python-slugify = "==1.2.4"
python-slugify = "==7.0.0"
python-subunit = "==1.0.0"
requests-oauthlib = "==0.8.0"
sentry-sdk = "*"
Expand All @@ -55,20 +50,16 @@ tqdm = "==4.11.2"
traceback2 = "==1.4.0"
unittest2 = "==1.1.0"
wsgi-request-logger = "==0.4.6"
Django = "==2.2.27"
Django = "<2.2.27"
Pillow = "==9.0.1"
python-Levenshtein = "==0.12.0"
PyYAML = ">=4.2b1"
Unidecode = "==0.4.20"
aloe-django = "==0.2.0"
factory-boy = "*"
responses = "*"
django-ses = "==2.6.0"
future = "==0.16.0"
django-pipeline = "==1.6.14"
docutils = "==0.14"
django-static-jquery = "==2.1.4"
setuptools = "==66.0.0"
faker = "*"
werkzeug = "==2.0.3"
black = "==19.10b0"
Expand All @@ -81,9 +72,7 @@ libsass = "*"
django-formtools = "==2.2"
django-debug-toolbar = "*"
django-filter = "*"
click = "==8.0.4"
flask = "==2.0.2"
Django = "==4.1.2"
aws-sam-cli = "==1.70.0"

[scripts]
collectstatic = "python manage.py collectstatic -c --noinput"
Expand Down
Loading

0 comments on commit 4bd7e5d

Please sign in to comment.