Skip to content

Commit

Permalink
Merge pull request #74 from scaleapi/da-fix-version
Browse files Browse the repository at this point in the history
Remove Grequests Dependency
  • Loading branch information
ardila authored Jun 14, 2021
2 parents f992507 + a9890b9 commit c89989f
Show file tree
Hide file tree
Showing 8 changed files with 200 additions and 200 deletions.
11 changes: 0 additions & 11 deletions conftest.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
# grequests must be imported before any module not designed for reentrancy,
# because it relies on aggressive monkey patching that breaks if done after many
# other common module imports, e.g. ssl.
#
# So we import it before everything else. For details see:
# https://github.com/gevent/gevent/issues/1016#issuecomment-328530533
# https://github.com/spyoungtech/grequests/issues/8
import grequests

################

import logging
import os

Expand Down
Loading

0 comments on commit c89989f

Please sign in to comment.