Skip to content

Commit

Permalink
Updated Slack requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoveda committed Aug 21, 2020
1 parent 0c59057 commit fc46eb6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
8 changes: 3 additions & 5 deletions requirements.txt
@@ -1,13 +1,11 @@
# ===================================================================
# artellapipe requirements file
# ===================================================================
pyblish-base==1.8.7
pyblish-lite==0.8.6
python-json-logger==0.1.11
sentry-sdk==0.16.5
slackclient==2.8.0
FileSeq==1.10.0
slackclient==1.3.2;python_version < '3'
slackclient==2.8.0;python_version >= '3'
tpDcc-libs-python
tpDcc-core
tpDcc-libs-qt
artellapipe-config
artellapipe-config
7 changes: 3 additions & 4 deletions setup.cfg
Expand Up @@ -14,17 +14,16 @@ zip_safe = false
include_package_data = true
packages=find:
install_requires=
pyblish-base==1.8.7
pyblish-lite==0.8.6
python-json-logger==0.1.11
sentry-sdk==0.16.5
slackclient==2.8.0
FileSeq==1.10.0
slackclient==1.3.2;python_version < '3'
slackclient==2.8.0;python_version >= '3'
tpDcc-libs-python
tpDcc-core
tpDcc-libs-qt
artellapipe-config


[options.extras_require]
dev =
wheel
Expand Down

0 comments on commit fc46eb6

Please sign in to comment.