Skip to content
This repository has been archived by the owner on May 17, 2019. It is now read-only.

Commit

Permalink
Use Compat
Browse files Browse the repository at this point in the history
  • Loading branch information
malmaud committed Feb 9, 2016
1 parent 7eeefd5 commit 66a6756
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion REQUIRE
Expand Up @@ -2,7 +2,8 @@ julia 0.5-
HttpCommon 0.2.4
HttpParser
URIParser 0.1.1
MbedTLS 0.1.4
MbedTLS 0.2.1
Codecs
JSON
Libz
Compat 0.7.9
1 change: 1 addition & 0 deletions src/Requests.jl
Expand Up @@ -11,6 +11,7 @@ import Base.Filesystem: File
import URIParser: URI
import HttpCommon: Cookie

using Compat
using HttpParser
using HttpCommon
using URIParser
Expand Down
1 change: 1 addition & 0 deletions test/runtests.jl
@@ -1,3 +1,4 @@
using Compat
using Requests
using JSON
using Base.Test
Expand Down

0 comments on commit 66a6756

Please sign in to comment.