Skip to content

Commit

Permalink
Merge pull request #154 from splunk/clean_deps
Browse files Browse the repository at this point in the history
CRL-1562 updated reqs to clean up old ones
  • Loading branch information
patel-bhavin authored Jun 17, 2019
2 parents 445f133 + 7d99cfb commit 8be24de
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ apt-run: &apt-install
name: install system packages
command: |
sudo apt update -qq
sudo apt install -y enchant python-dev -qq
sudo apt install -y python-dev -qq
executors:
content-executor:
Expand Down
1 change: 0 additions & 1 deletion .github/auto_assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ assignees:
- d1vious
- rvaldez617
- patel-bhavin
- russnolen
- rsfl
- jcbrewer5D6400
- philroyer-phantom
Expand Down
26 changes: 9 additions & 17 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,30 +1,22 @@
aspy.yaml==1.3.0
autopep8==1.4.4
cached-property==1.5.1
attrs==19.1.0
cfgv==2.0.0
configparser==3.7.4
contextlib2==0.5.5
docutils==0.14
functools32==3.2.3.post2
futures==3.2.0
grammar-check==1.3.1
identify==1.4.3
importlib-metadata==0.17
identify==1.4.5
importlib-metadata==0.18
importlib-resources==1.0.2
jmespath==0.9.4
jsonschema==3.0.1
nltk==3.4.2
nodeenv==1.3.3
pathlib2==2.3.3
pre-commit==1.16.1
pycodestyle==2.5.0
pyenchant==2.0.0
python-dateutil==2.8.0
PyYAML==5.1
s3transfer==0.2.1
pre-commit==1.17.0
pyrsistent==0.15.2
PyYAML==5.1.1
scandir==1.10.0
singledispatch==3.4.0.3
six==1.12.0
toml==0.10.0
typing==3.6.6
urllib3==1.25.3
virtualenv==16.6.0
virtualenv==16.6.1
zipp==0.5.1

0 comments on commit 8be24de

Please sign in to comment.