Skip to content
This repository was archived by the owner on Apr 15, 2025. It is now read-only.

Commit 95fcb74

Browse files
Merge pull request #2 from singingwolfboy/remove-south
Remove unneeded South dependency
2 parents 6ef71e3 + ec65431 commit 95fcb74

File tree

4 files changed

+0
-51
lines changed

4 files changed

+0
-51
lines changed

dj_elastictranscoder/south_migrations/0001_initial.py

Lines changed: 0 additions & 49 deletions
This file was deleted.

dj_elastictranscoder/south_migrations/__init__.py

Whitespace-only changes.

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
install_requires=[
1818
"django >= 1.8",
1919
"boto3 >= 1.1",
20-
"South >= 0.8",
2120
],
2221
classifiers=[
2322
"Intended Audience :: Developers",

testsapp/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ pytest
22
pytest-django
33
pytest-cov
44
boto
5-
south

0 commit comments

Comments
 (0)