1 files changed, 1 insertions(+), 1 deletions(-)
M info.rkt
M info.rkt => info.rkt +1 -1
@@ 1,6 1,6 @@
#lang info
(define collection "tallyard")
-(define deps '("base" "crypto"))
+(define deps '("base" "crypto" "simple-http"))
(define build-deps '("scribble-lib" "racket-doc" "rackunit-lib"))
(define scribblings '(("scribblings/tallyard.scrbl" ())))
(define pkg-desc "Description Here")