diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-05-25 12:56:14 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-07-17 19:00:56 +0300 |
commit | f8faf6c2ba327e0ede1a7d2ca21827f9ad5f485a (patch) | |
tree | 3cd44f56c61b4933a85b9080a83896d1cd2a50d0 | |
parent | 6e452b2ee9d87faeba5241f6b62c2460f3b24629 (diff) | |
download | troggle-f8faf6c2ba327e0ede1a7d2ca21827f9ad5f485a.tar.gz troggle-f8faf6c2ba327e0ede1a7d2ca21827f9ad5f485a.tar.bz2 troggle-f8faf6c2ba327e0ede1a7d2ca21827f9ad5f485a.zip |
updated build stuff
-rw-r--r-- | requirements-devupgrade.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/requirements-devupgrade.txt b/requirements-devupgrade.txt new file mode 100644 index 0000000..19fe6d8 --- /dev/null +++ b/requirements-devupgrade.txt @@ -0,0 +1,20 @@ +# Philip bleeding edge config +asgiref==3.6.0 +beautifulsoup4==4.12.2 +black==23.1.0 +click==8.1.3 +coverage==7.1.0 +Django==4.2 +docutils==0.19 +isort==5.12.0 +mypy-extensions==1.0.0 +packaging==23.0 +pathspec==0.11.0 +Pillow==9.4.0 +platformdirs==3.0.0 +pytz==2022.7 +ruff==0.0.245 +soupsieve==2.4.1 +sqlparse==0.4.3 +Unidecode==1.3.6 +piexif==1.1.3
\ No newline at end of file |