Skip to content

Commit

Permalink
pinned requirements and new example
Browse files Browse the repository at this point in the history
  • Loading branch information
zodman committed May 9, 2021
1 parent d5ebcbc commit 714f518
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 4 deletions.
3 changes: 0 additions & 3 deletions core/templates/_newsletter_signup.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{% load static %}
<body xmlns="http://www.w3.org/1999/html">


<script src="{% static 'sockpuppet/sockpuppet.js' %}"></script>
<h2>Sign up for newsletter!</h2>
<form id="morph-form" data-reflex-root="#morph">
{{ form }}
Expand Down Expand Up @@ -30,4 +28,3 @@ <h2>Signed:</h2>
</table>
</div>
</form>
</body>
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ django-pygments-renderer
django-widget-tweaks
django-redis

https://github.com/gilmrjc/django-webpack-loader/archive/webpack-bundle-tracker-1.zip
django-webpack-loader

# deployment
fabric
Expand Down
65 changes: 65 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --output-file=requirements.txt requirements.in
#
aioredis==1.3.1 # via channels-redis
asgiref==3.3.4 # via channels, channels-redis, daphne, django
async-timeout==3.0.1 # via aioredis
attrs==21.2.0 # via automat, service-identity, twisted
autobahn==21.3.1 # via daphne
automat==20.2.0 # via twisted
bcrypt==3.2.0 # via paramiko
beautifulsoup4==4.9.3 # via bs4
bs4==0.0.1 # via django-sockpuppet
certifi==2020.12.5 # via requests
cffi==1.14.5 # via bcrypt, cryptography, pynacl
channels-redis==3.2.0 # via django-sockpuppet
channels==3.0.3 # via channels-redis, django-sockpuppet
chardet==4.0.0 # via requests
constantly==15.1.0 # via twisted
cryptography==3.4.7 # via autobahn, paramiko, pyopenssl, service-identity
daphne==3.0.2 # via channels
django-pygments-renderer==0.0.1 # via -r requirements.in
django-redis==4.12.1 # via -r requirements.in
django-seed==0.2.2 # via -r requirements.in
django-sockpuppet==0.6.0 # via -r requirements.in
django-webpack-loader==0.7.0 # via -r requirements.in
django-widget-tweaks==1.4.8 # via -r requirements.in
django==3.2.2 # via -r requirements.in, channels, django-pygments-renderer, django-redis, django-seed
fabric==2.6.0 # via -r requirements.in, patchwork
faker==8.1.2 # via django-seed
gunicorn==20.1.0 # via -r requirements.in
hiredis==2.0.0 # via aioredis
hyperlink==21.0.0 # via autobahn, twisted
idna==2.10 # via hyperlink, requests, twisted
incremental==21.3.0 # via twisted
invoke==1.5.0 # via fabric
msgpack==1.0.2 # via channels-redis
paramiko==2.7.2 # via fabric
patchwork==1.0.1 # via -r requirements.in
pathlib2==2.3.5 # via fabric
pyasn1-modules==0.2.8 # via service-identity
pyasn1==0.4.8 # via pyasn1-modules, service-identity
pycparser==2.20 # via cffi
pygments==2.9.0 # via django-pygments-renderer
pynacl==1.4.0 # via paramiko
pyopenssl==20.0.1 # via twisted
python-dateutil==2.8.1 # via faker
pytz==2021.1 # via django
redis==3.5.3 # via django-redis
requests==2.25.1 # via -r requirements.in
service-identity==21.1.0 # via twisted
six==1.16.0 # via automat, bcrypt, pathlib2, pynacl, pyopenssl, python-dateutil, service-identity
soupsieve==2.2.1 # via beautifulsoup4
sqlparse==0.4.1 # via django
text-unidecode==1.3 # via faker
twisted[tls]==21.2.0 # via daphne
txaio==21.2.1 # via autobahn
urllib3==1.26.4 # via requests
whitenoise==5.2.0 # via -r requirements.in
zope.interface==5.4.0 # via twisted

# The following packages are considered to be unsafe in a requirements file:
# setuptools

0 comments on commit 714f518

Please sign in to comment.