|
1 |
| -OpenAIAuth==0.0.6 |
2 |
| -anyio==3.6.2 |
3 |
| -beautifulsoup4==4.11.1 |
4 |
| -bs4==0.0.1 |
5 |
| -certifi==2022.12.7 |
6 |
| -charset-normalizer==2.1.1 |
7 |
| -greenlet==2.0.1 |
8 |
| -h11==0.14.0 |
9 |
| -h2==4.1.0 |
10 |
| -hpack==4.0.0 |
11 |
| -httpcore==0.16.2 |
12 |
| -httpx==0.23.1 |
13 |
| -hyperframe==6.0.1 |
14 |
| -idna==3.4 |
15 |
| -lxml==4.9.1 |
16 |
| -msgpack==1.0.4 |
| 1 | +-ihttps://pypi.org/simple |
| 2 | +aiohttp==3.8.4 ;python_version>='3.6' |
| 3 | +aiosignal==1.3.1 ;python_version>='3.7' |
| 4 | +async-timeout==4.0.2 ;python_version>='3.6' |
| 5 | +attrs==22.2.0 ;python_version>='3.6' |
| 6 | +certifi==2022.12.7 ;python_version>='3.6' |
| 7 | +charset-normalizer==3.1.0 ;python_full_version>='3.7.0' |
| 8 | +frozenlist==1.3.3 ;python_version>='3.7' |
| 9 | +greenlet==2.0.2 ;python_version>='2.7' and python_version not in'3.0, 3.1, 3.2, 3.3, 3.4' |
| 10 | +idna==3.4 ;python_version>='3.5' |
| 11 | +msgpack==1.0.5 |
| 12 | +multidict==6.0.4 ;python_version>='3.7' |
17 | 13 | neovim==0.3.1
|
| 14 | +openai==0.27.3 |
18 | 15 | pynvim==0.4.3
|
19 |
| -python-dotenv==0.21.0 |
20 |
| -requests==2.28.1 |
21 |
| -revChatGPT==0.0.43.4 |
22 |
| -rfc3986==1.5.0 |
23 |
| -sniffio==1.3.0 |
24 |
| -soupsieve==2.3.2.post1 |
25 |
| -tls-client==0.1.5 |
26 |
| -urllib3==1.26.13 |
| 16 | +python-dotenv==1.0.0 |
| 17 | +requests==2.28.2 ;python_version>='3.7' and python_version <'4' |
| 18 | +tqdm==4.65.0 ;python_version>='3.7' |
| 19 | +urllib3==1.26.15 ;python_version>='2.7' and python_version not in'3.0, 3.1, 3.2, 3.3, 3.4, 3.5' |
| 20 | +yarl==1.8.2 ;python_version>='3.7' |