Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
mega.py
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
richardARPANET
mega.py
Commits
0cf5573f
Commit
0cf5573f
authored
Nov 06, 2019
by
richardARPANET
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use pycryptodome instead of pycrypto
parent
191a73a4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
HISTORY.rst
HISTORY.rst
+1
-0
requirements.txt
requirements.txt
+1
-1
No files found.
HISTORY.rst
View file @
0cf5573f
...
@@ -7,6 +7,7 @@ Release History
...
@@ -7,6 +7,7 @@ Release History
------------------
------------------
- When a request fails due to EAGAIN response, retry with exp backoff up to 20 seconds.
- When a request fails due to EAGAIN response, retry with exp backoff up to 20 seconds.
- Replace pycrypto dependency with pycryptodome.
1.0.0 (2019-10-31)
1.0.0 (2019-10-31)
...
...
requirements.txt
View file @
0cf5573f
requests
>=0.10
requests
>=0.10
pycrypto
pycrypto
dome
>=3.9.1,<4.0.0
pathlib
==1.0.1
pathlib
==1.0.1
tenacity
>=5.1.5,<6.0.0
tenacity
>=5.1.5,<6.0.0
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment