This repository has been archived by the owner on Oct 14, 2020. It is now read-only.
forked from getmoto/moto
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stab at issue getmoto#194 Have requirements.txt use setup.py, this way there is only one place of requirements for users.
- Loading branch information
Ilya Sukhanov
committed
Sep 10, 2014
1 parent
11dbe5c
commit cbf79ce
Showing
3 changed files
with
11 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
-r requirements.txt | ||
flask | ||
boto | ||
httpretty | ||
mock | ||
nose | ||
sure<1.2.4 | ||
coverage | ||
freezegun |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,2 @@ | ||
coverage | ||
freezegun | ||
mock | ||
nose | ||
requests | ||
sure<1.2.4 | ||
xmltodict | ||
dicttoxml | ||
werkzeug | ||
six | ||
# Please add requirements to setup.py | ||
-e . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters