This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
proxy.py
mirror of
https://github.com/abhinavsingh/proxy.py.git
Watch
1
Star
1
Fork
You've already forked proxy.py
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
542cd42733
proxy.py
/
requirements-testing.txt
7 lines
96 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add coveralls integration No use mirrors Enforce coverage3 Add coverage badge and use python -m to invoke coverage Enforce pip3, remove SyntaxError reported line Use develop branch for coverage status
2019-08-25 17:31:42 +00:00
python-coveralls==2.9.3
Initial Update (#74) * Update coverage from 4.5.2 to 4.5.4 * Update twine from 1.12.1 to 1.15.0 * Update pytest from 5.1.2 to 5.1.3
2019-09-21 21:51:51 +00:00
coverage==4.5.4
Refactor 1. Update class name to be more verbose 2. Update docstring for important classes 3. Global default constants
2019-07-24 00:57:47 +00:00
flake8==3.7.8
Update pytest from 5.2.0 to 5.2.1 (#113)
2019-10-07 10:56:53 +00:00
pytest==5.2.1
Use Pipe instead of Queue when passing sockets (#69) * Use pipes instead of queues. Possible solution for #68 * Handle ConnectionRefusedError * Close corresponding pipes on shutdown * Abstract classes for plugins. * Add github workflows * Use pytest for github workflow * Add Windows/Mac workflows * Use os.matrix * 3.8 and 3.9 probably dont exists yet * Do not fail-fast, also python 3.5 seems to be throwing syntax error for typing * autopep8 * Disable windows-latest workflow which seems to hang
2019-09-17 03:18:14 +00:00
autopep8==1.4.4
Update mypy from 0.720 to 0.730 (#99)
2019-09-26 18:23:42 +00:00
mypy==0.730