diff options
author | luxagraf <sng@luxagraf.net> | 2018-11-02 15:01:05 -0600 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2018-11-02 15:01:05 -0600 |
commit | 68abc78a9a543697d8f176775a052c1d70e371a4 (patch) | |
tree | 8d440951fa1786d2ac62a3836079a979bb812fae /config/requirements.txt |
added some basic user models and tests
Diffstat (limited to 'config/requirements.txt')
-rw-r--r-- | config/requirements.txt | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/config/requirements.txt b/config/requirements.txt new file mode 100644 index 0000000..d89255f --- /dev/null +++ b/config/requirements.txt @@ -0,0 +1,30 @@ +backcall==0.1.0 +confusable-homoglyphs==3.2.0 +coverage==4.5.1 +decorator==4.3.0 +Django==2.1.2 +django-extensions==2.1.3 +django-registration==3.0 +django-storages==1.7.1 +django-taggit==0.23.0 +Faker==0.9.1 +ipython==7.1.1 +ipython-genutils==0.2.0 +jedi==0.13.1 +mixer==6.1.3 +parso==0.3.1 +pexpect==4.6.0 +pickleshare==0.7.5 +Pillow==5.3.0 +pkg-resources==0.0.0 +prompt-toolkit==2.0.7 +psycopg2==2.7.5 +ptyprocess==0.6.0 +Pygments==2.2.0 +python-dateutil==2.7.5 +python-decouple==3.1 +pytz==2018.7 +six==1.11.0 +text-unidecode==1.2 +traitlets==4.3.2 +wcwidth==0.1.7 |