diff --git a/Makefile b/Makefile index 257e22a..a534bc2 100644 --- a/Makefile +++ b/Makefile @@ -36,3 +36,5 @@ stop_s3_storage: kill `cat teststore/pid` | true rm teststore/pid +sync_tanglefoot: + scp dev_db.sqlite3 tris@tanglefoot:src/polyphonic/ \ No newline at end of file diff --git a/app/requirements.txt b/app/requirements.txt index a0b7bbb..c3dba93 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,14 +1,28 @@ asgiref==3.4.1 boto3==1.18.34 botocore==1.21.34 +certifi==2022.12.7 +charset-normalizer==2.1.1 crispy-bulma==0.8.0 Django==3.2.7 -django-byostorage @ git+https://gitea.tfconsulting.com.au/tris/django-byostorage.git@4d87edd995a2b0c154298bd00b3fe0abb78ba72c +-e git+ssh://git@gitea.tfconsulting.com.au/tris/django-byostorage.git@227ce5fccb5864657f080c25528263b655c2b6b7#egg=django_byostorage django-crispy-forms==1.14.0 django-markdown2==0.3.1 +django-rest-framework==0.1.0 +django-storages==1.13.1 +django_debug_toolbar==3.8.1 +djangorestframework==3.14.0 +djantic==0.7.0 +idna==3.4 +jmespath==0.10.0 markdown2==2.4.1 +pydantic==1.10.2 +pydantic-django==0.1.1 python-dateutil==2.8.2 pytz==2021.1 +requests==2.28.1 +s3transfer==0.5.2 six==1.16.0 sqlparse==0.4.1 +typing_extensions==4.4.0 urllib3==1.26.6