Skip to content

Commit

Permalink
setup: bump dclab from 0.35.0 to 0.35.3
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Aug 24, 2021
1 parent d0dff91 commit ef33295
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
0.6.3
- setup: bump dclab from 0.35.0 to 0.35.3
0.6.2
- enh: show correct upload speed if some resources were uploaded in
a previous session
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
description=description,
long_description=open('README.rst').read() if exists('README.rst') else '',
install_requires=["appdirs", # cache directory for data compression
"dclab[dcor]==0.35.0", # pin for triage
"dclab[dcor]==0.35.3", # pin for triage
"pyqt5",
"requests>=2.13",
"requests_toolbelt", # multipart uploads with progress
Expand Down

0 comments on commit ef33295

Please sign in to comment.