Skip to content

Commit

Permalink
Add tqdm requirement (#15) (#9)
Browse files Browse the repository at this point in the history
* Add `tqdm` requirement

* Version bump
  • Loading branch information
rachellim authored Mar 20, 2021
1 parent a57b587 commit cf9c04a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion openai/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.6.1"
VERSION = "0.6.2"
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
install_requires=[
'requests >= 2.20; python_version >= "3.0"',
'requests[security] >= 2.20; python_version < "3.0"',
"tqdm", # Needed for progress bars
],
extras_require={"dev": ["black==20.8b1", "pytest==6.*"]},
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
Expand Down

0 comments on commit cf9c04a

Please sign in to comment.