Skip to content

Commit

Permalink
Add django_heroku dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvshettty committed Nov 24, 2022
1 parent b8cd78a commit 552ad8a
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 9 deletions.
106 changes: 97 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,97 @@
# Sandbox
Whoosh>=2.7,<2.8
django-environ>=0.4,<0.10
django-redis>=4.12,<5.3
pysolr>=3.9,<3.10
redis>=3.5,<4.4
requests>=2.25,<3
uWSGI>=2.0.19,<2.1
whitenoise>=5.2,<6.3
asgiref==3.5.2
asttokens==2.1.0
async-timeout==4.0.2
attrs==22.1.0
Babel==2.11.0
backcall==0.2.0
backports.zoneinfo==0.2.1
beautifulsoup4==4.11.1
certifi==2022.9.24
charset-normalizer==2.1.1
coverage==5.4
decorator==5.1.1
Deprecated==1.2.13
distlib==0.3.6
dj-database-url==1.0.0
Django==3.2.16
django-debug-toolbar==3.5.0
django-environ==0.9.0
django-extensions==3.2.1
django-extra-views==0.14.0
django-haystack==3.2.1
django-heroku==0.3.1
-e git+https://github.com/django-oscar/django-oscar.git@3dee0ae8fbf017867cc82cf1e30750ebeaabcb5f#egg=django_oscar
django-phonenumber-field==6.4.0
django-redis==5.2.0
django-tables2==2.3.4
django-treebeard==4.5.1
django-webtest==1.9.10
django-widget-tweaks==1.4.12
easy-thumbnails==2.7.2
exceptiongroup==1.0.4
execnet==1.9.0
executing==1.2.0
factory-boy==3.2.1
Faker==15.3.2
filelock==3.8.0
flake8==4.0.1
flake8-debugger==4.1.2
freezegun==1.2.2
idna==3.4
iniconfig==1.1.1
ipdb==0.13.9
ipython==8.6.0
isort==5.10.1
jedi==0.18.1
matplotlib-inline==0.1.6
mccabe==0.6.1
packaging==21.3
parso==0.8.3
pexpect==4.8.0
phonenumbers==8.13.0
pickleshare==0.7.5
Pillow==9.3.0
platformdirs==2.5.4
pluggy==1.0.0
prompt-toolkit==3.0.33
psycopg2==2.9.5
psycopg2-binary==2.8.6
ptyprocess==0.7.0
pure-eval==0.2.2
purl==1.6
py==1.11.0
pycodestyle==2.8.0
pycountry==22.3.5
pyflakes==2.4.0
Pygments==2.13.0
pyparsing==3.0.9
pyprof2calltree==1.4.5
pysolr==3.9.0
pytest==7.2.0
pytest-django==3.8.0
pytest-forked==1.4.0
pytest-xdist==2.5.0
python-dateutil==2.8.2
pytz==2022.6
redis==4.3.4
requests==2.28.1
six==1.16.0
sorl-thumbnail==12.6.3
soupsieve==2.3.2.post1
sqlparse==0.4.3
stack-data==0.6.1
toml==0.10.2
tomli==2.0.1
tox==3.27.1
traitlets==5.5.0
urllib3==1.26.12
uWSGI==2.0.21
virtualenv==20.16.7
waitress==2.1.2
wcwidth==0.2.5
WebOb==1.8.7
WebTest==2.0.35
Werkzeug==2.0.3
whitenoise==6.2.0
Whoosh==2.7.4
wrapt==1.14.1
2 changes: 2 additions & 0 deletions settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -429,3 +429,5 @@
from settings_local import *
except ImportError:
pass
import django_heroku
django_heroku.settings(locals())

0 comments on commit 552ad8a

Please sign in to comment.