Skip to content

Commit

Permalink
Drop now-unnecessary packages from requirements.txt
Browse files Browse the repository at this point in the history
Add a separate requirements.txt for running the converters
  • Loading branch information
matyasselmeci committed Oct 30, 2018
1 parent b989461 commit 8df5be1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 0 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
anymarkup>=0.7.0,<0.8
anymarkup-core>=0.7.1,<0.8
certifi>=2018.4.16
chardet>=3.0.4,<3.1
click==6.7
Expand All @@ -10,15 +8,13 @@ gunicorn>=19.9.0,<19.10
idna==2.7
itsdangerous==0.24
Jinja2==2.10
json5>=0.6.1,<0.7
MarkupSafe==1.0
#mod-wsgi>=4.6.4,<4.7
# ^ requires apache
python-dateutil>=2.7.3,<2.8
PyYAML==3.13
requests>=2.19.1,<2.20
six>=1.11.0,<1.12
toml>=0.9.4,<0.10
urllib3==1.23
Werkzeug>=0.14.1,<0.15
WTForms>=2.2.1,<2.3
Expand Down
3 changes: 3 additions & 0 deletions src/converters/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
anymarkup
anymarkup-core
xmltodict

0 comments on commit 8df5be1

Please sign in to comment.