diff options
author | luxagraf <sng@luxagraf.net> | 2021-08-14 09:44:05 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2021-08-14 09:44:05 -0400 |
commit | b445c09c8db139b2a35eda6109966b639b790b2b (patch) | |
tree | 4f8bf5d71c528283b18c590b46470f11ff1f37f6 | |
parent | 9327e01c60b114286f5a142552aae60843029a48 (diff) |
added pip freeze
-rw-r--r-- | config/req.txt | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/config/req.txt b/config/req.txt new file mode 100644 index 0000000..8c2ede6 --- /dev/null +++ b/config/req.txt @@ -0,0 +1,43 @@ +asgiref==3.4.1 +backcall==0.2.0 +beautifulsoup4==4.9.3 +bleach==4.0.0 +certifi==2021.5.30 +charset-normalizer==2.0.4 +decorator==5.0.9 +Django==3.2.6 +django-bleach==0.7.2 +django-debug-toolbar==3.2.1 +django-extensions==3.1.3 +django-gravatar2==1.4.4 +django-orderable==6.1.1 +django-taggit==1.5.1 +django-typogrify==1.3.3 +idna==3.2 +ipython==7.26.0 +ipython-genutils==0.2.0 +jedi==0.18.0 +jsmin==2.2.2 +Markdown==3.3.4 +matplotlib-inline==0.1.2 +packaging==21.0 +parso==0.8.2 +pexpect==4.8.0 +pickleshare==0.7.5 +Pillow==8.3.1 +prompt-toolkit==3.0.19 +psycopg2-binary==2.9.1 +ptyprocess==0.7.0 +Pygments==2.9.0 +pyparsing==2.4.7 +python-resize-image==1.1.19 +pytz==2021.1 +requests==2.26.0 +six==1.16.0 +smartypants==2.0.1 +soupsieve==2.2.1 +sqlparse==0.4.1 +traitlets==5.0.5 +urllib3==1.26.6 +wcwidth==0.2.5 +webencodings==0.5.1 |