Skip to content

Commit

Permalink
fix: Add missing dependency
Browse files Browse the repository at this point in the history
Closes #360
  • Loading branch information
andreroggeri committed Nov 6, 2022
1 parent 14689e6 commit 94692e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def read(fname):
license='MIT',
packages=find_packages(),
package_data={'pynubank': ['queries/*.gql', 'utils/mocked_responses/*.json']},
install_requires=['requests', 'qrcode', 'pyOpenSSL', 'colorama', 'requests-pkcs12'],
install_requires=['requests', 'qrcode', 'pyOpenSSL', 'colorama', 'requests-pkcs12', 'Deprecated'],
setup_requires=['pytest-runner'],
long_description=read("README.md"),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 94692e5

Please sign in to comment.