Skip to content

Commit

Permalink
Update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
hevp committed Oct 11, 2019
1 parent 32d18f7 commit abe72c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions repository-download.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

import sys, os, getopt, timeit
import sys, os, getopt

class Config:
DEBUG = False
Expand Down Expand Up @@ -69,7 +69,7 @@ def warning(msg):
message(msg, 'warning', color=31)

try:
import signal, requests, inspect, pprint, copy, cchardet, re, time, math, simplejson, subprocess
import signal, requests, inspect, copy, cchardet, re, math, simplejson, subprocess, timeit
except ModuleNotFoundError as e:
error("%s found, please install the module by running the command: pip install %s" % (e, str(e).split(' ')[-1].strip('\'')), 1)

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cchardet==2.1.4
simplejson==3.16.0
requests==2.21.0
requests==2.22.0

0 comments on commit abe72c1

Please sign in to comment.