Skip to content

Commit

Permalink
remove f dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
conao3 committed Dec 12, 2020
1 parent a4d66e0 commit 2569370
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pipenv.el
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
;; Author: Paul Walsh <paulywalsh@gmail.com>
;; URL: https://github.com/pwalsh/pipenv.el
;; Version: 0.0.1-beta
;; Package-Requires: ((emacs "25.1") (f "0.19.0") (s "1.12.0") (pyvenv "1.20"))
;; Package-Requires: ((emacs "25.1") (s "1.12.0") (pyvenv "1.20"))

;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -26,7 +26,6 @@

;;; Code:

(require 'f)
(require 'python)
(require 's)
(require 'subr-x)

0 comments on commit 2569370

Please sign in to comment.