Skip to content

Commit

Permalink
pip freeze
Browse files Browse the repository at this point in the history
  • Loading branch information
glasgowm148 committed Dec 28, 2022
1 parent 542e2c7 commit 5fae199
Show file tree
Hide file tree
Showing 2 changed files with 170 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ Please submit a pull request.

## Running locally

Install required packages

```
python -m pip install -r requirements.txt
```

```
mkdocs serve
```
Expand Down
164 changes: 164 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,164 @@
aiohttp==3.8.3
aiosignal==1.3.1
antlr4-python3-runtime==4.9.3
anyio==3.6.2
appnope==0.1.3
argon2-cffi==21.3.0
argon2-cffi-bindings==21.2.0
asttokens==2.0.8
async-timeout==4.0.2
attrs==22.1.0
backcall==0.2.0
beautifulsoup4==4.11.1
bleach==5.0.1
bracex==2.3.post1
certifi==2022.6.15
cffi==1.15.1
charset-normalizer==2.0.12
click==8.0.4
coloredlogs==15.0.1
commonmark==0.9.1
debugpy==1.6.3
decorator==5.1.1
defusedxml==0.7.1
diffusers @ git+https://github.com/WAUthethird/diffusers-uncensored.git@ce048dfeef1fdd5504430f8b3ee885b707645a7b
ECPy==1.2.5
einops==0.6.0
entrypoints==0.4
ergpy==0.1.8.7
essentials==1.1.5
essentials-openapi==1.0.3
executing==0.10.0
fastjsonschema==2.16.1
filelock==3.8.2
flatbuffers==22.12.6
frozenlist==1.3.3
fsspec==2022.11.0
ghp-import==2.1.0
h11==0.12.0
httpcore==0.15.0
httpx==0.23.0
huggingface-hub==0.11.1
humanfriendly==10.0
idna==3.3
imhist==0.0.4
importlib-metadata==4.12.0
imWatermark==0.0.2
invisible-watermark==0.1.5
ipykernel==6.15.1
ipython==8.4.0
ipython-genutils==0.2.0
ipywidgets==8.0.1
jedi==0.18.1
Jinja2==3.0.3
JPype1==1.4.1
jsonschema==4.14.0
jupyter==1.0.0
jupyter-client==7.3.4
jupyter-console==6.4.4
jupyter-core==4.11.1
jupyterlab-pygments==0.2.2
jupyterlab-widgets==3.0.2
jupytext==1.14.1
ldm==0.1.3
lightning-utilities==0.4.2
lxml==4.9.1
Markdown==3.3.7
markdown-it-py==2.1.0
MarkupSafe==2.1.1
matplotlib-inline==0.1.6
mdit-py-plugins==0.3.1
mdurl==0.1.2
mergedeep==1.3.4
mistune==0.8.4
mkdocs==1.4.1
mkdocs-autolinks-plugin==0.6.0
mkdocs-awesome-pages-plugin==2.8.0
mkdocs-categories-plugin==0.2.1
mkdocs-exclude-search==0.6.4
mkdocs-i18n==0.4.4
mkdocs-jupyter==0.22.0
mkdocs-material==8.4.0
mkdocs-material-extensions==1.0.3
mkdocs-pagenav-generator==1.0.1
mkdocs-section-index==0.3.4
mkdocs-semiliterate==0.6.0
mkdocs-simple-plugin==1.1.1
MkDocsAwesomeListPlugin==0.1.0
mpmath==1.2.1
multidict==6.0.3
natsort==8.1.0
nbclient==0.6.7
nbconvert==6.5.4
nbformat==5.4.0
neoteroi-mkdocs==0.1.2
nest-asyncio==1.5.5
notebook==6.4.12
numpy==1.23.3
omegaconf==2.3.0
onnx==1.13.0
onnxruntime==1.13.1
opencv-python==4.6.0.66
packaging==21.3
pandas==1.4.4
pandocfilters==1.5.0
parso==0.8.3
pexpect==4.8.0
pickleshare==0.7.5
Pillow==9.3.0
praw==7.6.0
prawcore==2.3.0
prometheus-client==0.14.1
prompt-toolkit==3.0.30
protobuf==3.20.1
psutil==5.9.1
ptyprocess==0.7.0
pure-eval==0.2.2
pycparser==2.21
Pygments==2.12.0
pymdown-extensions==9.9
pyparsing==3.0.9
pyrsistent==0.18.1
python-dateutil==2.8.2
python-markdown-math @ https://github.com/mitya57/python-markdown-math/archive/master.zip
pytorch-lightning==1.8.4.post0
pytz==2022.2.1
PyWavelets==1.4.1
PyYAML==6.0
pyyaml_env_tag==0.1
pyzmq==23.2.1
qtconsole==5.3.1
QtPy==2.2.0
regex==2022.10.31
requests==2.28.0
rfc3986==1.5.0
rich==12.2.0
Send2Trash==1.8.0
six==1.16.0
sniffio==1.3.0
soupsieve==2.3.2.post1
stack-data==0.4.0
stubgenj==0.2.6
sympy==1.11.1
tensorboardX==2.5.1
terminado==0.15.0
tinycss2==1.1.1
toml==0.10.2
torch==1.13.0
torchmetrics==0.11.0
torchvision==0.14.0
tornado==6.2
tqdm==4.64.1
traitlets==5.3.0
typing_extensions==4.4.0
update-checker==0.18.0
urllib3==1.26.9
watchdog==2.1.9
wcmatch==8.4
wcwidth==0.2.5
webencodings==0.5.1
webpreview==1.7.2
websocket-client==1.3.3
widgetsnbextension==4.0.2
yarl==1.8.2
zipp==3.8.1

0 comments on commit 5fae199

Please sign in to comment.