We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5319515 commit 70fef54Copy full SHA for 70fef54
2 files changed
requirements.txt
@@ -1,4 +1,4 @@
1
-git+https://github.com/howprobable/py_helpers
+git+https://github.com/howprobable/py_helpers:1.0.0
2
pyautogui
3
pychrome
4
psutil
setup.py
@@ -2,14 +2,14 @@
setup(
name='browser_interface',
5
- version='2.2.0',
+ version='2.2.1',
6
packages=find_packages(),
7
description='A python interface for a browser',
8
long_description=open('README.md').read(),
9
long_description_content_type='text/markdown',
10
author='Jannik Eggert',
11
author_email='eggertjannik@gmail.com',
12
- url='https://github.com/howprobable/py-helpers',
+ url='https://github.com/howprobable/browser_interface',
13
install_requires=[
14
[line.strip() for line in open('requirements.txt').readlines() if line.strip() and not line.startswith('#')]
15
],
0 commit comments