diff options
author | clarkzjw <[email protected]> | 2023-02-28 23:48:18 -0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2023-02-28 23:48:18 -0800 |
commit | f853b99bc68b7df7fa22f9b21ec42bdc8eef9dea (patch) | |
tree | a30dbc7f1b56b5a12eced3c1e931d695c48de0aa /requirements.txt | |
parent | a975ef06d47d17debcb766a6af4c03ff5f8859ed (diff) | |
download | photo-f853b99bc68b7df7fa22f9b21ec42bdc8eef9dea.tar.gz |
temporarily move python files to subdirectory to fix cloudflare pages build
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index 788075c..0000000 --- a/requirements.txt +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | anyio==3.6.2 | ||
2 | boto3==1.26.81 | ||
3 | botocore==1.29.81 | ||
4 | certifi==2022.12.7 | ||
5 | h11==0.14.0 | ||
6 | h2==4.1.0 | ||
7 | hpack==4.0.0 | ||
8 | httpcore==0.16.3 | ||
9 | httpx==0.23.3 | ||
10 | hyperframe==6.0.1 | ||
11 | idna==3.4 | ||
12 | jmespath==1.0.1 | ||
13 | peewee==3.16.0 | ||
14 | Pillow==9.4.0 | ||
15 | python-dateutil==2.8.2 | ||
16 | python-telegram-bot==20.1 | ||
17 | rfc3986==1.5.0 | ||
18 | s3transfer==0.6.0 | ||
19 | six==1.16.0 | ||
20 | sniffio==1.3.0 | ||
21 | urllib3==1.26.14 | ||