diff --git a/.github/workflows/django.yml b/.github/workflows/django.yml index c806047..e059130 100644 --- a/.github/workflows/django.yml +++ b/.github/workflows/django.yml @@ -27,4 +27,4 @@ jobs: pip install -r requirements.txt - name: Run Tests run: | - python manage.py test + python iids/manage.py test diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..7ab5987 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,27 @@ +appdirs==1.4.3 +asgiref==3.3.1 +CacheControl==0.12.6 +certifi==2019.11.28 +chardet==3.0.4 +colorama==0.4.3 +contextlib2==0.6.0 +distlib==0.3.0 +distro==1.4.0 +Django==3.1.7 +html5lib==1.0.1 +idna==2.8 +ipaddr==2.2.0 +lockfile==0.12.2 +msgpack==0.6.2 +packaging==20.3 +pep517==0.8.2 +progress==1.5 +pyparsing==2.4.6 +pytoml==0.1.21 +pytz==2021.1 +requests==2.22.0 +retrying==1.3.3 +six==1.14.0 +sqlparse==0.4.1 +urllib3==1.25.8 +webencodings==0.5.1