Skip to content

Commit d3e7e98

Browse files
committed
fix requirements
1 parent a6b72f9 commit d3e7e98

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
![GitHub forks](https://img.shields.io/github/forks/6C656C65/pyproxy)
1010
![GitHub stars](https://img.shields.io/github/stars/6C656C65/pyproxy)
11-
![GitHub issues open](https://img.shields.io/issues/stars/6C656C65/pyproxy)
12-
![GitHub issues closed](https://img.shields.io/issues-closed/stars/6C656C65/pyproxy)
11+
![GitHub issues open](https://img.shields.io/issues/6C656C65/pyproxy)
12+
![GitHub issues closed](https://img.shields.io/issues-closed/6C656C65/pyproxy)
1313

1414
![GitHub Actions lint](https://img.shields.io/github/actions/workflow/status/6C656C65/pyproxy/pylint.yml)
1515
![GitHub Actions test](https://img.shields.io/github/actions/workflow/status/6C656C65/pyproxy/unittest.yml)
@@ -73,7 +73,7 @@ python3 pyproxy.py --debug
7373
```
7474

7575
## 📚 **Documentation**
76-
If you encounter any problems, or if you want to use the program in a particular way, I advise you to read the [[documentation|Home]].
76+
If you encounter any problems, or if you want to use the program in a particular way, I advise you to read the [documentation](https://github.com/6C656C65/pyproxy/wiki).
7777

7878
## 🔧 **To do**
7979

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
rich-argparse>=1.7.0
2-
pyOpenSSL>=25.0.0
2+
pyOpenSSL>=25.0.0
3+
requests>=2.31.0

0 commit comments

Comments
 (0)