Skip to content

Commit

Permalink
Remove enum34 Requirement
Browse files Browse the repository at this point in the history
Summary: Remove unused requirement which causes installation issue

Reviewed By: mengxuanzhangz

Differential Revision: D53321037

fbshipit-source-id: 2a6d33aa9cd4b778aa4be93b0eb632c10a8877e6
  • Loading branch information
stcheng authored and facebook-github-bot committed Feb 1, 2024
1 parent 10c9eb6 commit 98cc9bb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion requirements-tests.txt
@@ -1,2 +1 @@
enum34; python_version < '3.4'
mock >= 1.0.1
1 change: 0 additions & 1 deletion requirements.txt
Expand Up @@ -2,5 +2,4 @@ requests >= 2.3.0
six >= 1.7.3
curlify >= 2.1.0
pycountry >= 19.8.18
enum34; python_version >= '3'
aiohttp; python_version >= '3.5.3'

1 comment on commit 98cc9bb

@topman191
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pipy.org still uses enum34. I downloaded it and looked at the link https://pypi.org/project/facebook-business/19.0.0/#files I also found that enum34 is still being called, causing problems with python 3.11 on azure.

Please sign in to comment.