Add requirements for conda v0.1
authorOliver Matthews <oliver@codersoffortune.net>
Fri, 1 Nov 2019 15:04:56 +0000 (15:04 +0000)
committerOliver Matthews <oliver@codersoffortune.net>
Fri, 1 Nov 2019 15:04:56 +0000 (15:04 +0000)
README.md
requirements.yml [new file with mode: 0644]

index 48476cb..11496a5 100644 (file)
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ Script for archiving thingiverse things. Due to this being a glorified webscrape
 Where `user_name` is the name of the creator of the collection (not nes. your name!) and `collection_name` is the name of the collection you want.
 
 ## Requirements
-python3, beautifulsoup4
+python3, beautifulsoup4, requests, lxml
 
 ## Current features:
 - can download an entire collection, creating seperate subdirs for each thing in the collection
@@ -15,5 +15,4 @@ python3, beautifulsoup4
 - download a single thing
 - download things by designer
 - less perfunctory error checking / handling
-- windows support?
 - resume failed things
diff --git a/requirements.yml b/requirements.yml
new file mode 100644 (file)
index 0000000..0f92ad0
--- /dev/null
@@ -0,0 +1,7 @@
+name: thingy
+channels:
+  - defaults
+dependencies:
+  - beautifulsoup4
+  - lxml
+  - requests