1
0
Fork 0
mirror of https://github.com/snovvcrash/usbrip.git synced 2024-06-07 22:46:03 +02:00
usbrip/Pipfile
Atte Niemi e3ac744ad1 Progressbar (#13)
* Fix grammar

'Shutted down' fixed to 'shut down'

* Added progressbar

Added tqdm progressbar to time-intensive operations in search_violations() and generate_auth_json()

* revert Pipfile.lock to not cause issues with hashes
2019-08-15 02:46:32 +03:00

16 lines
201 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[dev-packages]
[packages]
pip = "==18.0"
termcolor = "*"
terminaltables = "*"
tqdm = "*"
[requires]
python_version = "3.6"